-
Notifications
You must be signed in to change notification settings - Fork 523
[Google Places] fix + support both reverse modes: Search & Nearby #1070
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
Conversation
|
@jbelien anything I need to do to resolve the reported branch conflict? I did update the CHANGELOG.md. Originally I had picked v1.1.0 as the new version, but in parallel this was used for the PHP < 7.2 update as well. So I changed CHANGELOG.md and am using v1.2.0 now. |
You shouldn't update the |
|
I believe that's done, or am I doing that incorrectly (remember: apologies, this is my first pull request...)? |
|
You need to pull/download the changes made in the remote/origin repository (from GitHub). |
|
After |
|
Oh sorry! I forgot you were in a fork of our repository. The origin is indeed your fork and not our repository. Here are the commands: |
|
that was it. Thanks for the very fast & useful responses! |
Resolves #1063
The reverse query was using
Search(requires Type).This PR adds support for
Nearby, which can be used with:rankby:prominence + radius (=default
Nearbycombination)rankby:distance + type/keyword/name (distance + type is very similar to the original
Search)Note:
Searchreturns formatted_address,Nearbyreturns vicinity.