[2.15.0][Fix]解决首次安装App时无法获得高德定位导致的高精地图缓存问题
This commit is contained in:
@@ -360,6 +360,8 @@ public interface IMogoMapUIController {
|
||||
void setPointCloudColor(String color);
|
||||
void cacheHDDataByCity(IHdCacheListener listener);
|
||||
|
||||
void cacheHDDataByCity(IHdCacheListener listener, MogoLocation location);
|
||||
|
||||
/**
|
||||
* 当前城市离线数据是否已缓存
|
||||
* @return
|
||||
@@ -367,4 +369,6 @@ public interface IMogoMapUIController {
|
||||
boolean isCityDataCached();
|
||||
|
||||
void cancelDownloadCacheData();
|
||||
|
||||
String getCityCode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user