Google Places API (Android) Autocomplete just like on Google Maps -


i working on app in there autocompletetextview returns suggestions when user types in. working fine have noted there difference in suggestions comparing maps.google.com. example when search "bakery near" in google maps returns suggestions, when search same text on test app (which uses google places api autocomplete) returns nothing. please tell me how can achieve suggestions maps.google.com.

note: don't want show google maps in app.

google maps example: http://i.imgur.com/biwzxod.jpg , google places api autocomplete example: http://i.imgur.com/t4lqe7x.png

your highly appreciated.

for query like, "bakery near ...", believe want use query autocomplete web service. though notice differences between results on google maps , web service. suspect google maps has custom logic moulds input/results bit more intuitive.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -