IndoorLevelChangeFeatures enum

Indoor route features.

Values

connector → const IndoorLevelChangeFeatures

Generic connector for indoor routing.

elevator → const IndoorLevelChangeFeatures

This part of the route requires the usage of an elevator.

escalator → const IndoorLevelChangeFeatures

This part of the route requires the usage of an escalator.

ramp → const IndoorLevelChangeFeatures

This part of the route requires the usage of a ramp.

stairs → const IndoorLevelChangeFeatures

This part of the route requires the usage of stairs.

pedestrianRamp → const IndoorLevelChangeFeatures

This part of the route requires the usage of a pedestrian ramp.

carLift → const IndoorLevelChangeFeatures

This part of the route requires the usage of a car lift.

driveRamp → const IndoorLevelChangeFeatures

This part of the route requires the usage of a drive ramp.

elevatorBank → const IndoorLevelChangeFeatures

This part of the route requires the usage of an elevator bank.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<IndoorLevelChangeFeatures>
A constant List of the values in this enum, in order of their declaration.