How can I get a finer grained span in my MKMapView

前端 未结 2 1407
隐瞒了意图╮
隐瞒了意图╮ 2021-01-21 16:03

I\'m using an MKMapView and I\'m initializing like this:

homeLocation.latitude = 42.033126;
homeLocation.longitude = -70.168621;

[self.mapView setCenterCoordina         


        
2条回答
  •  时光说笑
    2021-01-21 16:27

    Have you tried on the device? Sometimes I have more control on the zoom level on the device than on the simulator.

提交回复
热议问题