BMFCoordinateRegion class

表示一个经纬度区域

Implemented types

Constructors

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

Properties

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

Methods

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

Operators

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