如何在地图上添加图钉?
我有一个视图,其中有一张地图。在那个视图上我有一个工具栏。在工具栏中,我有一个用于在地图上放置图钉的按钮。现在我想获得检测针掉落以及该点的纬度和经度的方法。例如,当用户单击按钮时,图钉就会落在地图视图的中心。当用户单击图钉时,将标题显示为该图钉放置点的地址。我使用什么函数来在我的地图视图上设置该事件?怎么办呢?
提前致谢...
I have a view in which i have a map. On that view i have a tool bar. In tool bar i have a button for drop pin on map. Now i want to get methods for detecting pin drop and latitude and longitude of that point. For example when user click on button then a pin drop on center of map view. And when user click on pin then show title as the address of that point where that pin drop. What function i use for that so that i can set that event on my map view? How do that?
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自堆栈溢出的这两个问题应该可以帮助您..
将图钉放在中心屏幕,MKMapView
如何将图钉添加到MKMapView(IOS) 触摸时?
this 2 question from stack overflow should help you..
Drop pin in center of the screen, MKMapView
How to add a push pin to a MKMapView(IOS) when touching?