Reputation: 423
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
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 with ABS
Upvotes: 1