Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Provider returns "None" #461

Open
vihaanmody1 opened this issue Jul 26, 2023 · 1 comment
Open

Google Provider returns "None" #461

vihaanmody1 opened this issue Jul 26, 2023 · 1 comment

Comments

@vihaanmody1
Copy link

vihaanmody1 commented Jul 26, 2023

Google Provider returns "None"
I run the following.

>>> import geocoder
>>> g = geocoder.google('Mountain View, CA')
>>> g.latlng
None

Please help me get the results.

@MariaKilsved
Copy link

Also having this issue.

import geocoder
g = geocoder.ip('me')
location = geocoder.google(g.latlng, method='reverse')
print(location.city)
print(location.country)

Both prints None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants