BMFMapRect class
矩形,用直角地理坐标表示
- Implemented types
Constructors
- BMFMapRect(BMFPoint origin, BMFSize size)
- BMFMapRect构造方法
- BMFMapRect.fromMap(Map map)
- map => BMFMapRect
Properties
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