ride / app-geocode
Geocode integration for the Ride application
Installs: 2 066
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 0
Open Issues: 0
Requires
- ride/app: ^1.0.0
- ride/lib-geocode: ^1.0.0
This package is auto-updated.
Last update: 2024-10-29 05:08:48 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).