Google Maps
To use Google Maps API as your geocoding backend you will need to do the following:
Obtain an API key
First you will need to create a cloud project and enable the API
Create the API key
Copy your key
Create the Geocoder
Simple pass your API key to the Geocoder
function:
Customizing Google Maps request
The Google Maps geocoding API has some optional parameters. You can modify these by passing them into the Geocoder
function:
Last updated