如何设置地图视图的缩放级别?
如何设置地图视图的缩放级别?
我有一张地图,当显示某些位置时,由于地图放大得不够,所以没有显示名称。
How does one set the zoom level on a mapview?
I have a map and when showing some locations, the name isnt displayed as the map isnt zoomed in enough.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有明确设置 的缩放级别MKMapView,而是设置可见的 region ,其中包含一个中心点和要显示的坐标范围的 MKCooperativeRegion。
You don't explicitly set the zoom level for MKMapView, instead you set a visible region with a MKCoordinateRegion that includes a center point and the span of coordinates to display.