更新地图sdk

This commit is contained in:
wangcongtao
2021-01-05 10:41:02 +08:00
parent 198f3ec4ee
commit 62c8dc6e87
3 changed files with 33 additions and 8 deletions

View File

@@ -238,7 +238,16 @@ public interface IMogoMapUIController {
}
default void testGpsData(){
default void testGpsData() {
}
/**
* 自研地图是否匹配道路
*
* @param enable
*/
default void matchRoadEnable( boolean enable ) {
}
}