BaiduMap_IOSSDK_v6.2.0_Docs  6.2.0
Protected 属性 | 属性 | 所有成员列表
BMKOLUpdateElement类 参考

离线地图更新信息 更多...

#import <BMKOfflineMapType.h>

类 BMKOLUpdateElement 继承关系图:

Protected 属性

NSString * _cityName
 
int _cityID
 
int64_t _size
 
int64_t _serversize
 
BOOL _update
 
int _ratio
 
int _status
 
CLLocationCoordinate2D _pt
 

属性

NSString * cityName
 城市名称 更多...
 
int cityID
 城市ID 更多...
 
int64_t size
 已下载数据大小,单位:字节 更多...
 
int64_t serversize
 服务端数据大小,当update为YES时有效,单位:字节 更多...
 
int ratio
 下载比率,100为下载完成,下载完成后会自动导入,status为4时离线包导入完成 更多...
 
int status
 下载状态, -1:未定义 1:正在下载 2:等待下载 3:已暂停 4:完成 5:校验失败 6:网络异常 7:读写异常 8:Wifi网络异常 9:离线包数据格式异常,需重新下载离线包 10:离线包导入中 更多...
 
BOOL update
 更新状态,离线包是否有更新(有更新需重新下载) 更多...
 
CLLocationCoordinate2D pt
 城市中心点 更多...
 

详细描述

离线地图更新信息

类成员变量说明

◆ _cityID

- (int) _cityID
protected

◆ _cityName

- (NSString *) _cityName
protected

◆ _pt

- (CLLocationCoordinate2D) _pt
protected

◆ _ratio

- (int) _ratio
protected

◆ _serversize

- (int64_t) _serversize
protected

◆ _size

- (int64_t) _size
protected

◆ _status

- (int) _status
protected

◆ _update

- (BOOL) _update
protected

属性说明

◆ cityID

- (int) cityID
readwritenonatomicassign

城市ID

◆ cityName

- (NSString *) cityName
readwritenonatomicstrong

城市名称

◆ pt

- (CLLocationCoordinate2D) pt
readwritenonatomicassign

城市中心点

◆ ratio

- (int) ratio
readwritenonatomicassign

下载比率,100为下载完成,下载完成后会自动导入,status为4时离线包导入完成

◆ serversize

- (int64_t) serversize
readwritenonatomicassign

服务端数据大小,当update为YES时有效,单位:字节

◆ size

- (int64_t) size
readwritenonatomicassign

已下载数据大小,单位:字节

◆ status

- (int) status
readwritenonatomicassign

下载状态, -1:未定义 1:正在下载 2:等待下载 3:已暂停 4:完成 5:校验失败 6:网络异常 7:读写异常 8:Wifi网络异常 9:离线包数据格式异常,需重新下载离线包 10:离线包导入中

◆ update

- (BOOL) update
readwritenonatomicassign

更新状态,离线包是否有更新(有更新需重新下载)


该类的文档由以下文件生成: