ride/app-geocode

Geocode integration for the Ride application

1.1.0 2020-10-02 14:16 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:26 UTC


README

Integration of the geocode library with a Ride application.

Related Modules

Installation

You can use Composer to install this application.

composer require ride/app-geocode

Usage

If you want to use the Google geocode service, you will need to add a google.geocode.key.

You will need to create this key on console.developers.google.com and restrict it for the specific api's you want this key to be used.

Preferable you will only use this for geocoding and nothing else, since the key can't be publicly visible (no referer restrictions are allowas on the Geocode API).