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!
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.Searchfor the autocomplete results.While on Google API they use
https://maps.googleapis.com/maps/api/place/js/AutocompletionService.GetPredictionsMy code

Google API

Is there anyway to improve that?
Thank you!