This commit is contained in:
lixiaopeng
2021-03-31 16:49:11 +08:00
parent 7290d41b2b
commit 9cd0b09a4b
9 changed files with 25 additions and 6 deletions

View File

@@ -130,6 +130,11 @@ public interface IMogoMap {
*/
float getZoomLevel();
/**
* 获取道路的宽度
*/
float getRoadWidth(double lon, double lat, float angle, boolean isGpsLocation, boolean isRTK);
/**
* 添加线段
*