开发者

Search Bar in android

开发者 https://www.devze.com 2023-01-23 12:43 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消