[2.14.0][Fix]解决首次安装App时无法获得高德定位的问题

This commit is contained in:
chenfufeng
2023-02-22 21:30:42 +08:00
parent 662b082e30
commit 58641d0f3d
8 changed files with 158 additions and 30 deletions

View File

@@ -10,6 +10,7 @@ import androidx.annotation.RawRes;
import com.mogo.eagle.core.data.map.CenterLine;
import com.mogo.eagle.core.data.map.MogoLatLng;
import com.mogo.eagle.core.data.map.MogoLocation;
import com.mogo.map.hdcache.IHdCacheListener;
import org.json.JSONObject;
@@ -343,6 +344,8 @@ public interface IMogoMapUIController {
void cacheHDDataByCity(IHdCacheListener listener);
void cacheHDDataByCity(IHdCacheListener listener, MogoLocation location);
/**
* 当前城市离线数据是否已缓存
* @return
@@ -350,4 +353,6 @@ public interface IMogoMapUIController {
boolean isCityDataCached();
void cancelDownloadCacheData();
String getCityCode();
}