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-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- type ↔ BMFIndoorStepNodeType?
-
类型
read / write
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> - model -> map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited