在一个地图视图上使用 2 个不同的 MKAnnotationView,一个用于自己的位置,一个用于显示某物

发布于 2024-09-18 13:12:14 字数 159 浏览 4 评论 0原文

我怎样才能得到它,当前位置获得正常的引脚注释,并且由自己的软件制作的注释获得图像作为注释?

我可以相信 -(MKAnnotationView*)mapView(...) viewForAnnotation 中的 if: 但是我可以根据哪个属性来决定它是我自己的注释还是 Apple 注释?

How can i get it, that the current Location gets the normal Pin-Annotation and an Annotation made by own Software gets an Image as Annotation ?

I could believe with an if in the -(MKAnnotationView*)mapView(...) viewForAnnotation:
But on which property can i decide if its my own Annotation or if it is the Apple-Annotation ?

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

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

发布评论

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

评论(1

指尖上得阳光 2024-09-25 13:12:14

好的,我已经创建了一个自己的类来实现 MKAnnotation-Protocol 和一个自己的选择器。
在 -(MKAnnotationView*)mapView(...) 中,如果选择器可用,我只是尝试一下。作品

OK, i have made an own class implementing the MKAnnotation-Protocol and an own selector.
In the -(MKAnnotationView*)mapView(...) i just try, if the selector is available. works

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