google-maps-services-python
google-maps-services-python copied to clipboard
Python client library for Google Maps API Web Services
Fixes #498
Hi I'm using google places API in python and I noticed only 10 photo references are being returned. why is this API limited? why wont you allow businesses to get...
I have an issue with my pins not displaying correctly on my computer, on my android phone it shows them but on my computer it doesn't. this https://developers.google.com/maps/documentation/javascript/marker-clustering fixes the...
The latest version does not support Support "Convert addresses into English" pre-GA feature. In order to try it , we need to replace this client libary with http client, it...
**Is your feature request related to a problem? Please describe.** A multi-location elevation() request throws an err when the locs are a list of lat/lng strings. **Describe the solution you'd...
I have made encoding (in client) compatible with both Python 2 and Python 3. The existing encoding was the correct approach for Py2, but was not appropriate for python3, because...
The `places_nearby` and `places` methods accept a `page_token` parameter ```python gmaps.places_nearby( page_token=page_token, # ... ) ``` Including it raises `googlemaps.exceptions.ApiError: INVALID_REQUEST` exception
The address validation api allows us to pass in a previousRequestId when making multiple calls to the address validation api for a single address. [docs](https://developers.google.com/maps/documentation/address-validation/requests-validate-address#validate-update) Currently, this is not available...
**PLEASE READ** If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/). This will ensure a timely response. Discover additional support services for the...
As far as I understood, using a Client ID and a secret is a legacy way to call APIs: https://developers.google.com/maps/premium/authentication/client-id/url-authorization I would like to call the API and adding a...