This commit is contained in:
wangcongtao
2019-12-27 21:25:22 +08:00
parent ae9ddcb369
commit 9b93caefda
13 changed files with 184 additions and 162 deletions

View File

@@ -96,7 +96,12 @@ public interface IMogoMapService extends IProvider, IMogoMapListenerRegister, IM
*
* @return
*/
IMogoMarkerManager getMarkerManager(Context context);
IMogoMarkerManager getMarkerManager( Context context );
/**
* 地图UI控制
*
* @return
*/
IMogoMapUIController getMapUIController();
}