Search Bar in android
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 giv开发者_开发知识库e me some suggestion thnx
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.
精彩评论