google-maps-services-python
google-maps-services-python copied to clipboard
Python client library for Google Maps API Web Services
Hi everyone, thanks for the great library :heart: Just noticed a small bug: According to the Place Details documentation, `type` is (no longer?) a valid field. Instead, there is now...
I was suggesting if you could add a feature that does places_autocomplete() as the user is inputing the location keyword. This would be very helpful and much more user friendly...
Add the locationbias parameter to the places autocomplete method. Fixes #490 🦕
Add the locationbias parameter for the Place autocomplete method. See reference here: https://developers.google.com/maps/documentation/places/web-service/autocomplete#locationbias
https://github.com/googlemaps/google-maps-services-python/blob/5b952d73f8374baac876b4d845fd46cebec6ed7e/googlemaps/addressvalidation.py#L47 currently only accepts a limited number of arguments - see https://developers.google.com/maps/documentation/address-validation/reference/rest/v1/TopLevel/validateAddress#postaladdress Our use case is that we know the US state, and want to pass that to the API...
I get NameError: name 'FIRST HALF OF THE KEY' is not defined. how can i resolve this because the name error is being shown for the key itself. somehow python...
Downgraded to 4.7.2 as workaround. Please be sure to include as much information as possible: #### Environment details 1. Poetry version 1.2.2 2. Arch Linux 3. 4.7.3, python 3.10.8 ####...
**Is your feature request related to a problem? Please describe.** maps.static_map() uses return response.iter_content() which does byte-wise chunking which does not give a good performance The cause is: iter_content() defaults...
**Is your feature request related to a problem? Please describe.** The google maps api for python does not return the status of the call. **Describe the solution you'd like** Return...