Hi Everyone,
I need some hints on how to build a TextField with the Autocomplete of Google Maps for searching addresses , without using Webview.
Is it possible?
I've resolved using a TextField and a TableView and calling the Google webservice (https://maps.googleapis.com/maps/api/place/autocomplete/json?key=<API KEY>&language=it&components=country:it&types=address&input=<what to search>) on the changing of the text in the text field and populating the TableView with the result.