[2.13.2] add trajectory of map

This commit is contained in:
zhongchao
2023-01-15 17:49:54 +08:00
parent 1b2a18dc57
commit 98ca64ef59
10 changed files with 48 additions and 16 deletions

View File

@@ -46,9 +46,15 @@ public interface IMogoMapUIController {
void changeMapVisualAngle(VisualAngleMode angelMode, MogoLatLng mogoLatLng);
/**
* 设置漫游模式
* 设置漫游路径
* @param trajectory
*/
void setRomaMode();
void setRoamTrajectory(String trajectory);
/**
* 设置漫游模式 , 0:自由漫游1:路径漫游
*/
void setRomaMode(int mode);
/**
* 获得当前地图视距模式