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

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

@@ -247,7 +247,7 @@ public interface IMogoMapUIController {
*
* @param enable
*/
default void matchRoadEnable( boolean enable ) {
default void rtkEnable( boolean enable ) {
}
}