This commit is contained in:
zhongchao
2022-04-08 12:27:43 +08:00
parent 1b72b6c9a2
commit c06b17cb82
9 changed files with 274 additions and 4 deletions

View File

@@ -1079,4 +1079,9 @@ public class AMapViewWrapper implements IMogoMapView,
mMapView.getMapAutoViewHelper().setMapDAngle(angle);
}
@Override
public float getAngle(double startLon, double startLat, double endLon, double endLat) {
return MapAutoApi.INSTANCE.getAngle(startLon,startLat,endLon,endLat);
}
}