[go: nahoru, domu]

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

Places search ignores Radius #221

Closed
pozaylov opened this issue Feb 18, 2018 · 2 comments
Closed

Places search ignores Radius #221

pozaylov opened this issue Feb 18, 2018 · 2 comments

Comments

@pozaylov
Copy link

Hi,

Lately i get many results that seems to ignore the Radius parameter.
It was working find until about a week ago.

Any idea if anything has broken?

Btw radar search seems to work fine, but it will be shuts off in few months by Google...

Thanks

@stephenmcd
Copy link
Contributor

You haven't specified whether you're referring to text search or nearby search. In either case:

For text search, are you specifying orderby to distance? If so radius is ignored.

For nearby search, prominent places outside the radius may also be included.

Both these behaviours are described in the docs: https://developers.google.com/places/web-service/search

If neither of the above are the case for you, please re-open but be sure to provide more detail about the inputs and outputs.

@stephenmcd
Copy link
Contributor

BTW you should also verify you're getting expected results by using CURL or some such tool to make HTTP requests to the API - if the results you get via that are the same, then this isn't an issue with the client library.

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