BMFMapStatus class

此类表示地图状态信息

Constructors

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

Properties

coordinateBounds ↔ BMFCoordinateBounds?
当前屏幕显示范围内的地理范围
getter/setter pair
fLevel double?
缩放级别:(4-21)
getter/setter pair
fOverlooking double?
俯视角度:(-45~0)
getter/setter pair
fRotation double?
旋转角度
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetGeoPt ↔ BMFCoordinate?
地理中心点坐标:经纬度
getter/setter pair
targetScreenPt ↔ BMFPoint?
屏幕中心点坐标:在屏幕内,超过无效
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