BMFMapStatus class

此类表示地图状态信息

Implemented types
  • BMFModel

Constructors

BMFMapStatus({double fLevel, double fRotation, double fOverlooking, BMFPoint targetScreenPt, BMFCoordinate targetGeoPt, BMFCoordinateBounds coordinateBounds})
BMFMapStatus构造方法

Properties

coordinateBounds ↔ BMFCoordinateBounds
当前屏幕显示范围内的地理范围
read / write
fLevel ↔ double
缩放级别:(4-21)
read / write
fOverlooking ↔ double
俯视角度:(-45~0)
read / write
fRotation ↔ double
旋转角度
read / write
targetGeoPt ↔ BMFCoordinate
地理中心点坐标:经纬度
read / write
targetScreenPt ↔ BMFPoint
屏幕中心点坐标:在屏幕内,超过无效
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

Methods

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

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Methods

mapStatus() BMFMapStatus