Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Place Autocomplete in Xamarin.Forms

Has anyone integrated Google Place Autocomplete using Xamarin.Forms? I am to use it on a map for location suggestions. I've only seen resources for Xamarin.Android and Xamarin.iOS but on the part of implementing the AutoCompleteView, that I also don't know. I would be very thankful if someone could guide me with this. Thank you!

like image 791
AlexaMayer Avatar asked Dec 21 '15 07:12

AlexaMayer


1 Answers

Place autocomplete can be implemented by using the Google Place API, whenever user enter a character, matching location with the entered character will be fetched from the Google server and binding back in User Interface.

Here's the link how to use Google Map Place API in Xamarin form: http://www.appliedcodelog.com/2015/05/google-place-api-with-autocomplete-in.html

Also, please read the Official Google Places API Web Service: https://developers.google.com/places/web-service/autocomplete

like image 78
Android Enthusiast Avatar answered Sep 25 '22 06:09

Android Enthusiast