-
Notifications
You must be signed in to change notification settings - Fork 258
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
All types autocomplete not working? #77
Comments
I am interested in this as well, 21 days and no response? @santanubasu - Did you ever find the answer to this question? |
This isn't a solution exactly, but I observed that if the geocode type is specified, it has the effect of returning both establishments and addresses, which is what I was after. This may or may not give you what you need. |
I also have this issue... you should be able to provide an array not just a string. @santanubasu your solution doesn't work if I need the default behavior which is to return geocode and establishment results (see: https://developers.google.com/places/supported_types#table3). Is this component still under development? |
That's a good point, my "solution" only really worked for my specific use
case I think, but an array for sure is necessary in the general case,
subject to the limitation that google's docs seem to indicate.
…On Tue, May 22, 2018 at 2:55 AM, Bounty31 ***@***.***> wrote:
I also have this issue... you should be able to provide an array not just
a string. @santanubasu <https://github.com/santanubasu> your solution
doesn't work if I need the default behavior which is to return geocode and
establishment results (see: https://developers.google.com/
places/supported_types#table3).
Is this component still under development?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABrY3sdgDr0E0l3lydLllGd7NAFkuY8Qks5t0-CQgaJpZM4Tgxhy>
.
|
I may be using the types property incorrectly, but here is what I see:
However, in the google places API, it states (regarding autocomplete result types):
"If nothing is specified, all types are returned."
How do I tell the autocomplete element to not pass any type parameter to the API so I can get back all results?
The text was updated successfully, but these errors were encountered: