标注气泡MKMapView移动问题

发布于 2024-11-04 09:56:56 字数 238 浏览 0 评论 0原文

我目前正在开发一个使用 MKMapView 的应用程序。当地图被移动时,我执行服务器请求以根据坐标获取新的注释。

单击注释会移动地图。在这种情况下,我不想执行请求。

有人有解决方案如何知道是否是移动地图的标注气泡吗?

我尝试使用 - (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view{ 没有成功!

Im currently developping an App which uses a MKMapView. Wenn the map is moved I perform server request to get new Annotations based on the coordinates.

Wenn an annotation is clicked it sometines moves the map. In this case i don't want to perform a Request.

Has somebody a solution how to know if it was an callout buble which moved the map ?

I tried with - (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view{ without success !

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

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

发布评论

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

评论(1

╭⌒浅淡时光〆 2024-11-11 09:56:56

看看这个答案我在其中解释了几种跟踪 MKMapView 已移动的方法。

这回答了另一个问题,但我认为这可能对您有帮助。

Look at this answer where I explain several methods to track that the MKMapView has moved.

That answers a different problem, but I think that might help you.

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