BMFMapRect class

矩形,用直角地理坐标表示

Implemented types

Constructors

BMFMapRect(BMFPoint origin, BMFSize size)
BMFMapRect构造方法
BMFMapRect.fromMap(Map map)
map => BMFMapRect

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
origin BMFPoint
屏幕左上点对应的直角地理坐标
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
size BMFSize
坐标范围
read / write

Methods

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

Operators

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