Reputation: 6577
I want to add a search bar in my activity. I have some lat long stored in a vector and i want to search a lat long using search bar and want to animate map to that point. How to do this?? Please give me some suggestion thnx
Upvotes: 0
Views: 896
Reputation: 2038
If you want to launch google maps for a particular lat long, it is possible to start activity using Intent.
Check for the intent details here.
If you are drawing map in your application itself, then you can use the search bar. Here is the documentation on how to do it.
Upvotes: 1