autocomplete - Google Places API Web Service vs Google Places API for Android -


which 1 recommended autocompletetext places.

google places api web service or google places api android.

which gives optimal results?

you can use either, both provide autocomplete results, though need connect results autocompletetextview.

if use library provides googleplaceautocomplete widget (demo), check out sprockets (i'm developer). after setting api key, add working places api autocomplete layout like:

<net.sf.sprockets.widget.googleplaceautocomplete     android:id="@+id/place"     android:layout_width="match_parent"     android:layout_height="wrap_content"/> 

Comments