google-maps-services-python icon indicating copy to clipboard operation
google-maps-services-python copied to clipboard

Python client library for Google Maps API Web Services

Results 77 google-maps-services-python issues
Sort by recently updated
recently updated
newest added

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...

type: bug
triage me

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...

type: feature request
triage me

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...

type: feature request
triage me

**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...

type: feature request
triage me

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

type: bug
triage me

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...

type: feature request
triage me

**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...

type: question
triage me

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...

type: bug
triage me