BMFIndoorStepNodeType enum

室内路线结点类型

Constants

ELEVATOR → const BMFIndoorStepNodeType

<直梯

const BMFIndoorStepNodeType(0)
ESCALATOR → const BMFIndoorStepNodeType

<扶梯

const BMFIndoorStepNodeType(1)
SECURITY_CHECK → const BMFIndoorStepNodeType

<安检

const BMFIndoorStepNodeType(3)
STAIR → const BMFIndoorStepNodeType

<楼梯

const BMFIndoorStepNodeType(2)
values → const List<BMFIndoorStepNodeType>

A constant List of the values in this enum, in order of their declaration.

const List<BMFIndoorStepNodeType>

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
index → int

The integer index of this enum.

final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
override

Operators

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