1

我希望我的 MKMapView 根据程序设置的标题旋转。

我所能做的就是旋转视图本身,但是街道名称等当然是颠倒的。

有人可以帮我吗?

4

2 回答 2

2

It does not appear to me that you can manually set the heading for the map view. You can set the behavior that rotates the map view to follow the user's current compass heading, though:

[mapView setUserTrackingMode:MKUserTrackingModeFollowWithHeading
                    animated:YES];
于 2013-04-05T22:31:48.197 回答
0

这个问题很老,直到很多事情都发生了变化。但是在swift中肯定有这样的可能性:

mapView.camera.heading = 0
于 2020-04-19T11:45:00.523 回答