v1.0.2-opt branch: for opt

This commit is contained in:
wangcongtao
2020-03-05 11:24:41 +08:00
parent 8d1297540c
commit 640b519fd5
5 changed files with 39 additions and 0 deletions

View File

@@ -168,4 +168,12 @@ public interface IMogoMapUIController {
* 强制刷新地图
*/
void forceRender();
/**
* 计算两点之间的距离
* @param p1
* @param p2
* @return
*/
float calculateLineDistance(MogoLatLng p1, MogoLatLng p2) throws Exception;
}