Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我所知,MKMapview有无限数量的缩放级别。您几乎可以在任何距离放大和缩小。
MKMapview
我在 Android 中工作的朋友说它MKMapview有 10 个缩放级别。
哪一个是对的?
这是文档
两者都是对的。虽然 Google 地图对 使用的图像图块具有固定数量的缩放级别MKMapView,但MKMapView会根据需要在它们之间选择正确的缩放级别/插值。
MKMapView
此外,使用 Google 地图这一事实MKMapView是一个实现细节,将在下一个 iOS 版本中发生变化。在 iOS 6 中,地图将由矢量图像构建,并且确实会有无限数量的缩放级别。