Using an EntryElement with AutoComplete features and Google Places API

105 views Asked by At

Im wondering if you can help me with a problem:

Problem: Im trying to create a dialog with an EntryElement that allows a user to enter an address. As the user enters the address I would like to call the Google Places API to bring back a list of results to ensure the address is valid. The results should be displayed as a list of StyledStringElements which the user can select.

Does anyone have any advise on how to best achieve this?

Thanks and regards. Adam!

1

There are 1 answers

0
AdamM On BEST ANSWER

Answer can be found here: Xamarin Forums