MKMapView:获取点的纬度和经度
我正在开发一个 iPhone 应用程序,我想知道 MkMapView 上用户触摸的位置。
我有一个充满屏幕的 MKMapView。当用户触摸地图时,我需要知道用户触摸的点的位置。这可能吗?
谢谢。
I'm developing an iPhone application and I want to know the location on a MkMapView where the user has touch.
I have a MKMapView that fills the screen. When the user touch over the map, I need to know the location of the point the user has touched. Is that possible?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看实例方法
convertPoint:toCooperative
。http://developer.apple.com/ iphone/library/documentation/MapKit/Reference/MKMapView_Class/MKMapView/MKMapView.html
Check out the instance method
convertPoint:toCoordinate
.http://developer.apple.com/iphone/library/documentation/MapKit/Reference/MKMapView_Class/MKMapView/MKMapView.html