Want to geocode something? Looking for directions? This library brings the Google Maps API Web Services to Julia, and supports the following Google Maps APIs:
Keep in mind that the same terms and conditions apply to usage of the APIs when they're accessed through this library.
Each Google Maps Web Service request requires an API key or client ID. API keys are freely available with a Google Account at https://developers.google.com/console.
To get an API key:
- Visit https://developers.google.com/console and log in with a Google Account.
- Select one of your existing projects, or create a new project.
- Enable the API(s) you want to use. GoogleMaps.jl accesses the following APIs:
- Create a new Server key.
- If you'd like to restrict requests to a specific IP address, do so now.
For guided help, follow the instructions for the Directions API. You only need one API key, but remember to enable all the APIs you need. For even more information, see the guide to API keys.
https://developers.google.com/maps/documentation/directions/usage-limits
The Google Maps Directions API may only be used in conjunction with displaying results on a Google map. It is prohibited to use Google Maps Directions API data without displaying a Google map.
If the response from the Google Maps Directions API includes transit details, your application must display the names and URLs of the transit agencies that supply the trip results. See the agencies array in the Google Maps Directions API response for a specification of the relevant fields. We recommend that you place this information below any Google Maps Directions API data.
If you develop a Google Maps Directions API application, you must make available a Terms of Use and a Privacy Policy with your application which meets the guidelines outlined in section 9.3 of the Google Maps APIs Terms of Service:
- Your Terms of Use and Privacy Policy must be publicly available.
- You must explicitly state in your application's Terms of Use that by using your application, users are bound by Google’s Terms of Service.
- You must notify users in your Privacy Policy that you are using the Google Maps API(s) and incorporate by reference the Google Privacy Policy.