[2.14.0][Opt]升级高德地图版本新增对应功能

This commit is contained in:
chenfufeng
2023-02-20 12:02:44 +08:00
parent dde4e503a2
commit d2742934ac
11 changed files with 93 additions and 27 deletions

View File

@@ -51,4 +51,8 @@ object CallerMapUIServiceManager {
fun isCityDataCached(): Boolean {
return serviceProvider?.mapUIController?.isCityDataCached ?: true
}
fun cancelDownloadCacheData() {
serviceProvider?.mapUIController?.cancelDownloadCacheData()
}
}