BMFUpdateElement class
离线地图更新信息
Constructors
- BMFUpdateElement({int? cityID, String? cityName, int? ratio, int? status, BMFCoordinate? geoPt, int? size, int? serversize, int? level, bool? update})
- BMFUpdateElement构造方法
- BMFUpdateElement.fromMap(Map map)
- map => BMFUpdateElement
Properties
- cityID ↔ int?
-
城市ID
getter/setter pair
- cityName ↔ String?
-
城市名称
getter/setter pair
- geoPt ↔ BMFCoordinate?
-
城市中心点坐标
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- level ↔ int?
-
离线包地图层级(ios没有)
getter/setter pair
- ratio ↔ int?
-
下载比率,100为下载完成
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serversize ↔ int?
-
服务端数据大小
getter/setter pair
- size ↔ int?
-
已下载数据大小
getter/setter pair
- status ↔ int?
-
下载状态
getter/setter pair
- update ↔ bool?
-
是否为更新
getter/setter pair
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> - model -> map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DOWNLOADING → const int
- 正在下载
- eOLDSFormatError → const int
- 数据错误,需重新下载
- eOLDSIOError → const int
- 读写异常
- eOLDSMd5Error → const int
- 校验失败
- eOLDSNetError → const int
- 网络异常
- eOLDSWifiError → const int
- wifi网络异常
- FINISHED → const int
- 完成
- SUSPENDED → const int
- 已暂停
- UNDEFINED → const int
- 未定义
- WAITING → const int
- 等待下载