You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding Google Provider.
The autocomplete is not working as expected as I have to write the exact address and returns very limited results.
I can see, you are using https://maps.googleapis.com/maps/api/js/GeocodeService.Search for the autocomplete results.
While on Google API they use https://maps.googleapis.com/maps/api/place/js/AutocompletionService.GetPredictions
My code
Google API
Is there anyway to improve that?
Thank you!
The text was updated successfully, but these errors were encountered:
Hey @Hossam-Ali could you provide me a sample code of how you configured the Google Provider, since it seems to be working for you (at least for the exact adresses)? I'm not able to make it work, no matter the address I search, no results appear on the screen. However if I use the OSM provider it works (the results are kind of obsolete but it works). I already opened an issue here but no comments yet.
Hello, Thank you for the amazing library.
I have a question regarding Google Provider.
The autocomplete is not working as expected as I have to write the exact address and returns very limited results.
I can see, you are using
https://maps.googleapis.com/maps/api/js/GeocodeService.Search
for the autocomplete results.While on Google API they use
https://maps.googleapis.com/maps/api/place/js/AutocompletionService.GetPredictions
My code
Google API
Is there anyway to improve that?
Thank you!
The text was updated successfully, but these errors were encountered: