google-maps-services-python
google-maps-services-python copied to clipboard
Python client library for Google Maps API Web Services
I am trying to create a static map with different styles. I would like to turn some poi features off and others on. However, the current approach only accepts a...
#455 changed the queries_quota output from print() to logging (see #451). However, since this library is initialized when our Django application is initialized, the same irrelevant output is scattered in...
Thank you for opening a Pull Request! --- Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure...
Add `mypy` integration. Drop python `3.5` and `3.6` versions cause they reach EOL. --- Before submitting your PR, there are a few things you can do to make sure it...
I am PhD student, I am conducting research about qualitative place information models, I would like to create an account Google to use Place API, this account is going to...
Currently there is a typo in googlemaps/places.py that prevents the retrieval ot the address components array. This commit fixes the above mentioned typo.
Currently, there is a typo in googlemaps/places.py preventing the retrieval of address_components from the API. PR #504 fixes this problem, please accept it.
[`httpx`](https://github.com/encode/httpx) is a modern, fully type annotated HTTP python client that has both sync and [async](https://www.python-httpx.org/async/) clients implemented. I guess it will be great to switch to it, and it...
First off, really effective wrapper and complete on all the Google APIs. No complaints from my usage so far. This is very trivial, but for complete newbies like me, might...