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
 - 
          当前屏幕显示范围内的地理范围 
                  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 ↔ BMFCoordinate
 - 
          地理中心点坐标:经纬度 
                  read / write
 - targetScreenPt ↔ BMFPoint
 - 
          屏幕中心点坐标:在屏幕内,超过无效 
                  read / write
 
Methods
- 
          fromMap(
Map map) → dynamic  - map -> dynamic
 - 
          noSuchMethod(
Invocation invocation) → dynamic  - 
          Invoked when a non-existent method or property is accessed. [...]
                  inherited
 - 
          toMap(
) → Map< String, Object>  - model -> map
 - 
          toString(
) → String  - 
          Returns a string representation of this object. 
                  inherited
 
Operators
- 
          operator ==(
Object other) → bool  - 
          The equality operator. [...]
                  inherited