Unofficial Julia client for the Google Maps/Places API.
This package is an unofficial Julia client for the Google Maps/Places API.
The Google Maps API requires an API key. See the Google Maps API Documentation to request one.
Install the latest release:
]add GoogleMaps
or the development version from GitHub:
]dev git://github.com/ellisvalentiner/GoogleMaps.jl.git
GoogleMaps.jl expects your API key to be stored as an environment variable named GOOGLE_MAPS_KEY
.
using GoogleMaps
geocode("1600+Amphitheatre+Parkway,+Mountain+View,+CA")
timezone((37.4226128, -122.0854158))
GoogleMaps.jl is an Open Source project and there are different ways to contribute.
Please, use GitHub issues to report errors/bugs or to ask for new features.
Contributions are welcome in the form of pull requests. Please follow these guidelines:
Contributors should adhere to the Julia community standards.
05/01/2018
over 1 year ago
11 commits