v1.0.2-opt branch: for opt
This commit is contained in:
@@ -168,4 +168,12 @@ public interface IMogoMapUIController {
|
||||
* 强制刷新地图
|
||||
*/
|
||||
void forceRender();
|
||||
|
||||
/**
|
||||
* 计算两点之间的距离
|
||||
* @param p1
|
||||
* @param p2
|
||||
* @return
|
||||
*/
|
||||
float calculateLineDistance(MogoLatLng p1, MogoLatLng p2) throws Exception;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user