iOS MapKit 自定义引脚
如何在地图中显示图像而不是图钉。到目前为止,我只能点击添加图钉。 .m 的示例代码将非常有帮助,因为我对 iOS 编程还是新手。
How do I show images instead of pins in the map. So far I can only add pins on tap. A sample code of the .m would extremely help since i'm still new to iOS programming.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
编辑:
我可以向您解释有关 MKAnnotationView 的所有内容,但我认为您会发现 Apple 提供的文档比任何其他来源提供的解释要好得多。检查链接中的概述部分。
https://developer.apple.com/documentation/mapkit/mkannotationview
EDIT:
I could explain to you all about the
MKAnnotationView
, but I think you will find the documentation provided by Apple to be a far better explanation than from any other source. Check the overview section in the link.https://developer.apple.com/documentation/mapkit/mkannotationview
转到 Xcode 的组织者,然后转到文档并搜索 WeatherMap,它显示了地图示例,并在注释中包含图像。
Go to organizer of Xcode and then go to documentation and search weatherMap it shows example for map with including images at annotation.