BMFIndoorStepNode class

室内路线结点

Constructors

BMFIndoorStepNode({BMFCoordinate coordinate, BMFIndoorStepNodeType type, String desc})
有参构造
BMFIndoorStepNode.fromMap(Map map)
map => BMFIndoorStepNode

Properties

coordinate ↔ BMFCoordinate
坐标
read / write
desc ↔ String
描述
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
type BMFIndoorStepNodeType
类型
read / write

Methods

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

Operators

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