Objective-C iPhone编程:设置地标自定义名称

发布于 10-29 11:06 字数 64 浏览 2 评论 0原文

我只想更改地标名称。 我听说我需要创建一个自定义类,但它不起作用。

总是告诉我坐标是只读的? 谢谢

i just want to change the placemark name.
I heard i need to create a custom class but it doesn't work.

Always tell me the coordinates are in ReadOnly?
Thanks

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

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

发布评论

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

评论(1

睡美人的小仙女2024-11-05 11:06:22

您需要创建一个实现 MKAnnotation 的类 协议。您的实现可以实现标题和副标题属性。您实例化注释实现并将其添加到您的 MKMapView 通过 添加注释

You need to create a class that implements the MKAnnotation protocol. Your implementation can implement the title and subtitle properties. You instantiate your annotation implementation and add it to your MKMapView via addAnnotation.

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