Android geocoding autocomplete

How can I access the Google Autocomplete Geocoding Service in Android not in JavaScript (the same as we see in the version of Google Maps Android by clicking on the directions menu, which we see two text fields, and this is the Geocoding autocomplete service).

Is there any API for it?

+3
source share
1 answer

This is implemented using Android Geocoder and AutoCompleteTextView

0
source

All Articles