Mapkit 地图无法重新加载

发布于 2024-11-16 09:56:21 字数 320 浏览 0 评论 0原文

大家好,希望这是一个简单的问题。

我有一个带有mapkit的navigationController。当我按回键并选择另一个选项时,如何重新加载精确点/数据?

这是场景:我有一个患者对象表的主页。当我按下一个唯一的行时,它应该填充下一页(mapkit)上的点。然而,当我按下回键并选择另一个患者对象时,它总是会返回与我首先选择的患者对象相同的 Mapkit 视图....真的令人费解... MapKit 根本不会重新加载..

希望有人可以提供帮助或指导我=)请帮助大家... viewDidLoad 方法仅加载一次.. 和 viewWillAppear 方法创建图层... =(

hi guys hope this is a simple question.

I have a navigationController with mapkit. How do i reload the pinpoints/data when I pressed back and select another option?

This is the scenario: I have a main page of table of patients objects. When i press on an unique row, it is suppose to be to populate points on the next page (mapkit). However, when i pressed back and select another patient object, it will always return the same mapkit view which patient object i have first selected.... really puzzling... the mapkit doesnt reload at all..

Hope someone can help or guide me=) Please help guys... viewDidLoad method only load once.. and viewWillAppear method create layers.... =(

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

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

发布评论

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

评论(1

浅暮の光 2024-11-23 09:56:21

尝试...

[mapView setCenterCoordinate:mapView.region.center animated:NO];

Try...

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