移动地图叠加层

发布于 2024-11-11 16:31:35 字数 225 浏览 3 评论 0原文

我正在尝试创建一个应用程序,用户可以在其中标记地图上的区域。我希望他能够移动他标记的区域。

我发现有一个用于在地图上添加叠加层的 api,但是一旦将它们放在地图上,我就无法移动这些叠加层。我尝试用我自己的视图子类化 MKCircleView 并实现 TouchBegan:withEvent: 方法,但它似乎从未被调用。

有什么想法可以实现这一点以及为什么它不能以这种方式工作吗?

谢谢。

I am trying to create an app where the user can mark an area on a map. I want him to be able to move the area he marked.

I found that there is an api for adding overlays on a map, but I cannot get to move those overlays once I put them on the map. I tried to subclass the MKCircleView with my own view and implement the touchesBegan:withEvent: method but it never seems to get called.

Any ideas how this can be implemented and why it doesn't work this way?

Thanks.

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

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

发布评论

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

评论(1

栀子花开つ 2024-11-18 16:31:35

尝试查看苹果开发人员代码中名为“区域”的示例。
它有可以拖动和移动的圆圈。

Try looking through the apple developer code for sample called Regions.
It has circles which can be dragged and moved around.

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