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

Nearby search within a bounding box by latlngBounds #99

Open
azarezade opened this issue Jul 19, 2017 · 1 comment
Open

Nearby search within a bounding box by latlngBounds #99

azarezade opened this issue Jul 19, 2017 · 1 comment

Comments

@azarezade
Copy link

According to documentations, it seems nearby search request can make a request either by:

  • bounds or
  • location and a radius

But I wonder why there is no such option in nearby_search()? It has only circular search options!

@slimkrazy
Copy link
Owner

The documention that you linked to seems to be the docs for the Google Maps API, and not the docs for the Places API. The Places API documentation is here:

https://developers.google.com/places/web-service/search

This library is indeed missing support for some parameters for the nearby search API, but not one that you have asked for here... We seem to be missing:

  • minprice
  • maxprice
  • opennow
  • region

I'll get to these as soon as I have some spare time (ha!), or I'd be more than happy to take a PR with support for these params added ;-)

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