添加道路缓存

This commit is contained in:
tongchenfei
2021-03-09 15:43:34 +08:00
parent 662ebeb445
commit 1b98761014
11 changed files with 92 additions and 18 deletions

View File

@@ -285,7 +285,7 @@ public interface IMogoMapUIController {
* @param isRTK
* @return
*/
default double[] matchRoad( double lon, double lat, double angle, boolean isGpsLocation, boolean isRTK ) {
default double[] matchRoad(String id, double lon, double lat, double angle, boolean isGpsLocation, boolean isRTK ) {
return null;
}