8.0.17 视角变换

This commit is contained in:
lianglihui
2021-12-28 14:28:22 +08:00
parent 8682f9bcb2
commit af800c6f9c
8 changed files with 116 additions and 1 deletions

View File

@@ -344,4 +344,9 @@ public interface IMogoMapUIController {
default void setMarkerInfoResName(String speedVal, String val) {
}
/**
* 设置地图视线角度
*/
void setMapDAngle(float angle);
}