创建一个 Drop Pin MKPinAnnotation 支持拖动,就像地图应用程序中的 Drop Pin 一样
我想知道是否可以在自定义 MKMapView 中创建 MKPinAnnotation,它可以像地图应用程序中的“Drop Pin”注释一样响应触摸和拖动。
我想要一种在 GPS 给出的位置放置图钉的方法。然后,如果 GPS 不太准确,用户可以通过触摸 Pin 图并将其向右拖动来微调精确位置。
如果使用允许的 SDK 无法实现此操作,请提供任何帮助或信息,我们将不胜感激。
I wonder if it's possible to create an MKPinAnnotation in a Custom MKMapView, which answers to touch and drag just like the "Drop Pin" annotation in the Maps App.
I would like a way to drop a pin at a location given by the GPS. Then let the user fine tune the exact location by touching the Pin and dragging it right, if the GPS is a bit too inaccurate.
Any help is appreciated, or information if this is impossible with allowed SDKs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以查看我的项目:http://github.com/digdog/MapKitDragAndDrop,它在操作系统上运行3.1 或更高版本。
You can check out my project: http://github.com/digdog/MapKitDragAndDrop, it runs on OS 3.1 or later.
如果您只想了解如何使用 4.0,这也可能有帮助: (iPhone)如何使用OS 4.0 MapKit实现可拖动图钉?
This may help too, if you just want to see how to do it with 4.0: (iPhone) how to implement draggable pins using OS 4.0 MapKit?