osmdroid地图通过动画更改方向

时间:2018-07-30 12:08:49

标签: android openstreetmap android-mapview osmdroid android-orientation

我正在使用MapView.setMapOrientation()方法来更改mapview的方向。现在,我想在更改方向时添加一些动画。你能建议我怎么做吗?

1 个答案:

答案 0 :(得分:0)

从6.0.3版本开始,控制器支持animateTo中的方向,类似这样(未经测试的代码!) 参考:https://github.com/osmdroid/osmdroid/issues/1119

mapView.getController().animateTo(myLocation,mapView.getZoomLevelDouble(),null, (float) mapHeading);