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

added place_id support to google geocoder #233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vasilevich
Copy link

Google has place_id support in its geocoder
So I added it in accordance with the official google api
and left lat/lon support intact.

it will give priority to lat/lon , but if lat/lon is empty, it will check if you sent the place_id variable.

why do I need place_id?
because apis such as google places autocomplete
Do not return lat/lon rather simpley a place_id.

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

1 participant