如何检测 MKannotationView 的标注?

发布于 2024-11-25 07:33:12 字数 246 浏览 2 评论 0原文

我们知道annView(注释视图)有左右CalloutAccessoryView,但是为什么注释视图没有标注出口呢?因为我想创建一个在单击 Annview.callout 时将被调用的事件。或者有什么代码可以在不自定义标注的情况下做到这一点?

所以我们有 annView.rightCalloutAccessoryView 我们有 annView.leftCalloutAccessoryView

为什么我们没有 annView.Callout?

As we know that annView(annotation view) has left and right CalloutAccessoryView, but why annotation view doesnt have a callout outlet? because I want to make a event that will be called if Annview.callout has been clicked. or is there anything code to do that without customize Callout?

so we have annView.rightCalloutAccessoryView
and we have annView.leftCalloutAccessoryView

why we do not have annView.Callout?

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

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

发布评论

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

评论(1

夏至、离别 2024-12-02 07:33:12

嘿,

您可以使用 MKMapView 委托方法:

  • (void)mapView:(MKMapView *)mapView commentView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control

您可以使用 if 或 switch 检查该位置已被单击的方法陈述。

Maby 这就是你需要的?

Hee,

you can user the MKMapView delegate method:

  • (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control

you can check in that method wich location has been clicked with an if or switch statement.

Maby thats what you needed?

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