如何在MapKit注释中插入按钮

发布于 2024-11-29 01:50:27 字数 186 浏览 1 评论 0原文

我对 MapKit 很陌生,所以如果我提问时没有意义,请原谅我。我想复制 iPhone 和 iPod Touch 上的默认地图应用程序。有一个我感兴趣的功能,但似乎无法在这里找到它,谷歌,其他iPhone应用程序网站。如果您要运行默认的地图应用程序,则注释标题具有图像和按钮。如何同时制作图像和按钮?我应该调用的方法的名称是什么?

提前致谢!

I am very new to MapKit so forgive me if I do not make sense when I am asking questions. I would like to replicate the default Map application that comes on the iPhone and iPod Touch. There is this feature that I am interested in but can't seem to find it here, google, other iPhone app sites. If you would to run the default Maps application, the annotation title has and image and a button. How do I do both the image and button? What is the name of the method should I call?

Thanks in advance!

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

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

发布评论

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

评论(1

泡沫很甜 2024-12-06 01:50:27

它们称为 rightCalloutAccessoryView 和 leftCalloutAccessoryView。

http://developer.apple.com/library/iOS/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/occ/instp/MKAnnotationView/leftCalloutAccessoryView

<一个href="http://developer.apple.com/library/iOS/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/occ/instp/MKAnnotationView/rightCalloutAccessoryView" rel="nofollow">http://developer.apple.com/library/iOS/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/occ/instp/MKAnnotationView/rightCalloutAccessoryView

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