add testpanel of mock

This commit is contained in:
liujing
2021-07-20 13:21:30 +08:00
parent 484550b9ea
commit 322228d906
11 changed files with 91 additions and 43 deletions

View File

@@ -142,4 +142,10 @@ public interface IMogoMap {
* @return
*/
IMogoPolyline addPolyline( MogoPolylineOptions options );
/**
* 获取地图版本号
* @return
*/
String getMapVersion();
}