marty331
marty331

Reputation: 423

How do I add searchview that utilizes Google Places APS search to Android Map v2?

I have an Android app that uses Google Maps v2 and I would like to add a searchview that will get results like on the Google Maps app. I know I must do this using the Google Places API, but I have not located a good example. I am building my app for Jelly Bean (Android 4.3), so I would like an up to date example.

Upvotes: 3

Views: 4200

Answers (1)

Aravin
Aravin

Reputation: 4108

You can refer the following link for serach in google maps.

The first one provides the Autocomplete textview with search

Second one is search in google maps with use of ActionBarSherlock library

Search in google maps

search in google maps with ABS

Upvotes: 1

Related Questions