更新切换道路匹配测试逻辑调用方法

This commit is contained in:
wangcongtao
2021-01-05 11:14:30 +08:00
parent 1b061c938a
commit e94036f85e
6 changed files with 13 additions and 15 deletions

View File

@@ -385,7 +385,7 @@ public class MockIntentHandler implements IntentHandler {
break;
case 38:
MogoApisHandler.getInstance().getApis().getMapServiceApi().getMapUIController()
.matchRoadEnable( false );
.rtkEnable( false );
break;
}
}