MKMapView Zoom and Region

前端 未结 5 1047
旧时难觅i
旧时难觅i 2020-11-27 09:33

I\'m familiar with using Google Maps Javascript API. Recently I started using MapKit framework for an iphone project, but I\'m having a hard time to figure out zooming and s

5条回答
  •  半阙折子戏
    2020-11-27 09:54

    If you prefer using explicit zoom levels instead of defining an MKCoordinateSpan, I wrote a category that adds support for specifying the zoom level of an MKMapView. The code can be found here.

提交回复
热议问题