我正在使用MapView.setMapOrientation()
方法来更改mapview的方向。现在,我想在更改方向时添加一些动画。你能建议我怎么做吗?
答案 0 :(得分:0)
从6.0.3版本开始,控制器支持animateTo中的方向,类似这样(未经测试的代码!) 参考:https://github.com/osmdroid/osmdroid/issues/1119
mapView.getController().animateTo(myLocation,mapView.getZoomLevelDouble(),null, (float) mapHeading);