[6.10.0][Feat]状态栏新增高精地图数据缓存进度
This commit is contained in:
@@ -5,5 +5,10 @@ interface IMoGoMapDevaProvider {
|
||||
/**
|
||||
* 压缩并上传地图日志
|
||||
*/
|
||||
fun uploadFile(filePath: String)
|
||||
fun uploadFile(filePath: String){}
|
||||
|
||||
/**
|
||||
* type: -1代表下载失败,0代表下载成功,其它代表下载中
|
||||
*/
|
||||
fun downloadStatus(type: Int, progress: Int){}
|
||||
}
|
||||
Reference in New Issue
Block a user