opt
This commit is contained in:
@@ -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 );
|
||||
|
||||
}
|
||||
|
||||
BIN
libraries/mogo-map-api/src/main/res/drawable-xhdpi/ic_navi_start.png
Executable file
BIN
libraries/mogo-map-api/src/main/res/drawable-xhdpi/ic_navi_start.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
BIN
libraries/mogo-map-api/src/main/res/drawable-xhdpi/ic_navi_target.png
Executable file
BIN
libraries/mogo-map-api/src/main/res/drawable-xhdpi/ic_navi_target.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user