BMFMapStatus class Null safety

此类表示地图状态信息

Constructors

BMFMapStatus({double? fLevel, double? fRotation, double? fOverlooking, dynamic targetScreenPt, dynamic targetGeoPt, dynamic coordinateBounds})
BMFMapStatus构造方法
BMFMapStatus.fromMap(Map map)
map => BMFMapStatus

Properties

coordinateBounds ↔ dynamic
当前屏幕显示范围内的地理范围
read / write
fLevel ↔ double?
缩放级别:(4-21)
read / write
fOverlooking ↔ double?
俯视角度:(-45~0)
read / write
fRotation ↔ double?
旋转角度
read / write
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
targetGeoPt ↔ dynamic
地理中心点坐标:经纬度
read / write
targetScreenPt ↔ dynamic
屏幕中心点坐标:在屏幕内,超过无效
read / write

Methods

fromMap(Map map) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited