在地图视图上拖动自定义图钉

发布于 2024-10-29 12:51:08 字数 106 浏览 2 评论 0原文

我已经成功使用 MKAnnotationView 为放置在地图上的图钉创建了一个自定义图像...

我的问题是如何使该自定义图像可在地图上拖动?那么我可以将图像移动到地图的其他部分吗?

I've managed to create a custom image for the pin which is dropped on a map, using MKAnnotationView...

My question is how do I make this custom image draggable on the map? So I can move the image to other parts of the map?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深白境迁sunset 2024-11-05 12:51:08

看看 MKAnnotationView< /code>文档。那里有一个名为 draggable 的属性,您还必须实现 MKAnnotation 协议 setCooperative: 方法来更新注释的位置。

不要忘记它仅在 iOS 4.0 及更高版本中受支持。

Have a look at the MKAnnotationView docs. There's a property called draggable there, and you have to also implement the MKAnnotation protocol setCoordinate: method to update the position of the annotation.

Don't forget that it's only supported in iOS 4.0 and above.

东走西顾 2024-11-05 12:51:08

您可以查看本教程: mapkit-annotation-drag -并删除

You can look this tutorial : mapkit-annotation-drag-and-drop-with

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文