google-maps-services-python
google-maps-services-python copied to clipboard
Python client library for Google Maps API Web Services
This is based on #156 and #224, but I can't reopen those. In #156 this was marked as a priority but Python 2.7 support was listed as a blocker. As...
Thanks for stopping by to let us know something could be better! --- **PLEASE READ** If you have a support contract with Google, please create an issue in the [support...
Adding a GitHub workflow to trigger regenerating docs when a new tag is pushed. Once the docs have been generated, a new PR will be opened against the `gh-pages` branch....
An OpenAPI specification is available for Google Maps APIs at https://github.com/googlemaps/openapi-specification. This can be used to generate a client library. The most modern generator for Python might be https://github.com/openapi-generators/openapi-python-client. There...
The `PlaceAutocompletePrediction` results have missing fields for the input string: `"Holiday Inn Airport Frankfurt Main"` the first result I get is for: `Holiday Inn Frankfurt Airport, an IHG Hotel, Bessie-Coleman-Straße,...
#### Environment Details API Used: Places OS: Mac OS 10.15.4 (Catalina) Python Version: 3.8 Library Version: 4.4.1 Other Info: Executed in PyCharm #### Steps to Reproduce 1) Retrieve a list...
Fixes #382 Modified distance_matrix so that the parameter "avoid" accepts multiple values, such as "tolls|highways".
#### Environment details 1. Occurs with any request using googlemaps.Client 2. macOS Mojave 3. Library version: 4.4.2 #### Steps to reproduce 1. Instantiate a googlemaps Client 2. Make a request...
Sorry for creating this PR as second solution for #417. My team need this feature ASAP for critical function. - [X] Make sure to open a GitHub issue as a...
I'm facing a timeout when trying to process the following request: ```python gmaps = googlemaps.Client(key="my_api_key") result = gmaps.places_nearby(location="-23.5506507,-46.6333824", type="store", radius=1000) ``` The complete error stack tracing is: ```python --------------------------------------------------------------------------- Timeout...