Android 地图缩放以显示所有图钉
我在地图上添加了 5 个图钉。我如何告诉 MapView 尽可能缩放并保持所有图钉在视图中?
I have 5 pins added to a map. How can I tell the MapView to zoom as much as possible and keep all pins in view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用
ItemizedOverlay
,这是更简单的解决方案this is much easier solution if you are using an
ItemizedOverlay
我在我最近的一个项目中使用了这种方法
基本上它只是找到一个框的边界并将视图设置为包含该边界的最接近的视图
I used this method in a recent project of mine
Basically it just finds the bounds of a box and sets the view to the closest one that encompasses the bounds