BMFCoordinateBounds class

表示一个经纬度边界范围

Implemented types

Constructors

BMFCoordinateBounds({@required BMFCoordinate northeast, @required BMFCoordinate southwest})
BMFCoordinateBounds构造方法
BMFCoordinateBounds.fromMap(Map map)
map => BMFCoordinateBounds

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
northeast BMFCoordinate
该地理范围东北坐标
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
southwest BMFCoordinate
该地理范围西南坐标
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