IndoorManeuver class abstract
Represents additional information for an indoor maneuver.
Constructors
Properties
- enterAction → IndoorSpaceAction?
-
The enter action of the maneuver, if available.
Signals that maneuver requires entering a space.
Gets an enter action of the maneuver if available.
Signals that maneuver requires entering a space.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- leaveAction → IndoorSpaceAction?
-
The leave action of the maneuver, if available.
Signals that maneuver requires leaving a space.
Gets a leave action of the maneuver, if available.
Signals that maneuver requires leaving a space.
no setter
- levelChangeAction → IndoorLevelChangeAction?
-
The level change action of the maneuver, if available.
Signals that maneuver requires changing of a level.
Gets a level change action of the maneuver, if available.
Signals that maneuver requires changing of a level.
no setter
- 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