缩小以查看 MapView 中的所有引脚
我在地图视图控件上显示了 20-30 个图钉,我想缩小以便所有图钉都可见。这是我的代码:
MKCoordinateRegion region = MKCoordinateRegionMakeWithDistance([mp coordinate],500000, 500000);
[mv setRegion:region animated:YES];
我该怎么做?
I have 20-30 pins displayed on the mapview control and I want to zoom out so that all the pins are visible. Here is my code:
MKCoordinateRegion region = MKCoordinateRegionMakeWithDistance([mp coordinate],500000, 500000);
[mv setRegion:region animated:YES];
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)