[2.15.0][Fix]解决首次安装App时无法获得高德定位导致的高精地图缓存问题

This commit is contained in:
chenfufeng
2023-02-22 21:30:42 +08:00
parent 3dd02556bf
commit 96e848bbb0
8 changed files with 132 additions and 5 deletions

View File

@@ -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();
}