This commit is contained in:
wangcongtao
2020-01-12 09:46:00 +08:00
parent 63d4268eca
commit 714b974db2
13 changed files with 65 additions and 24 deletions

View File

@@ -1,5 +1,7 @@
package com.mogo.map.navi;
import android.graphics.Rect;
import com.mogo.map.MogoLatLng;
import java.util.List;
@@ -95,4 +97,11 @@ public interface IMogoNavi {
*/
void clearCalculatePaths();
/**
* 设置显示规划路线的范围
*
* @param bounds 范围
*/
void setCalculatePathDisplayBounds( Rect bounds );
}