标签: android skmaps
如何让地图在skmaps中向北转?
我使用3.0.3版本的skmaps而且它没有 SKMapSurfaceView.rotateTheMapToNorth()方法。我已经找到了将它转向北方的方法。
提前致谢
答案 0 :(得分:0)
您需要在SKMapSurfaceView上设置方位。
mapView.animateToBearing(0f, true, 1000)