c25f3b3e67
In lieu of a change log: * Roads API support * Place API support * rate limiting * bug fixes
17 lines
521 B
Text
17 lines
521 B
Text
Use Python? Want to geocode something? Looking for directions? Maybe
|
|
matrices of directions? This library brings the Google Maps API Web
|
|
Services to your Python application.
|
|
|
|
The Python Client for Google Maps Services is a Python Client library
|
|
for the following Google Maps APIs:
|
|
|
|
- Directions API
|
|
- Distance Matrix API
|
|
- Elevation API
|
|
- Geocoding API
|
|
- Time Zone API
|
|
- Roads API
|
|
- Places API
|
|
|
|
Keep in mind that the same terms and conditions apply to usage of
|
|
the APIs when they're accessed through this library.
|