[2.14.0][Opt]升级高德地图版本新增对应功能
This commit is contained in:
@@ -2,4 +2,6 @@ package com.mogo.map.hdcache
|
||||
|
||||
interface IHdCacheListener {
|
||||
fun onMapHdCacheProgress(cityId: Int, progress: Double)
|
||||
|
||||
fun onMapHdCacheResult(cityId: Int, state: Int)// 0失败,1成功
|
||||
}
|
||||
@@ -358,4 +358,6 @@ public interface IMogoMapUIController {
|
||||
* @return
|
||||
*/
|
||||
boolean isCityDataCached();
|
||||
|
||||
void cancelDownloadCacheData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user