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

Update google_places as per the new Places API #272

Open
ctrl-shift-vs opened this issue May 7, 2024 · 2 comments
Open

Update google_places as per the new Places API #272

ctrl-shift-vs opened this issue May 7, 2024 · 2 comments
Labels

Comments

@ctrl-shift-vs
Copy link

Google released a major update to Places API in 26 October, 2023 that introduced more variables to be configured in each request and added more data points in its results. The article on these changes can be found using this link, and the documentation can be found using this link.

Could these new changes be incorporated into google_places function or can a new function be added to support the new API? The old one continues to exist, at least for now, so it might make more sense to add a new function.

In the current form of google_places function, some key data points are missing that are desired for my workflow.

@dcooley dcooley added the 3.0.0 label May 9, 2024
@dcooley
Copy link
Collaborator

dcooley commented May 9, 2024

Thanks for the suggestion.

so it might make more sense to add a new function.

If the new API can return at least the same results as the old one, I think I would prefer to update the existing function to point to the new API.

@aTnT
Copy link

aTnT commented Jun 5, 2024

Hello, just wanted to let you know that Text Search from the Places API (New) is available at this package/repo: https://github.com/aTnT/newplaces

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

No branches or pull requests

3 participants