BMFCoordinateRegion class

表示一个经纬度区域

Implemented types

Constructors

BMFCoordinateRegion({@required BMFCoordinate center, @required BMFCoordinateSpan span})
BMFCoordinateRegion构造方法
BMFCoordinateRegion.fromMap(Map map)
map => BMFCoordinateRegion

Properties

center BMFCoordinate
中心点经纬度坐标
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
span BMFCoordinateSpan
经纬度范围
read / write

Methods

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

Operators

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