[2.13.2] update map version and roma fix

This commit is contained in:
zhongchao
2023-01-16 09:45:54 +08:00
parent c248d36377
commit e816ba9d0f
6 changed files with 20 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -77,6 +77,14 @@ public class MogoMapUIController implements IMogoMapUIController {
}
}
@Override
public void setRoamTrajectory(String trajectory) {
initDelegate();
if (mDelegate != null) {
mDelegate.setRoamTrajectory(trajectory);
}
}
@Override
public void setRomaMode(int mode) {
initDelegate();