添加切换道路匹配测试逻辑

This commit is contained in:
wangcongtao
2021-01-05 11:04:49 +08:00
parent 62c8dc6e87
commit 5cbb771469
4 changed files with 19 additions and 1 deletions

View File

@@ -383,6 +383,10 @@ public class MockIntentHandler implements IntentHandler {
centerMarker.destroy();
}
break;
case 38:
MogoApisHandler.getInstance().getApis().getMapServiceApi().getMapUIController()
.matchRoadEnable( false );
break;
}
}