IndoorManeuver class abstract
Represents a maneuver within an indoor section.
Constructors
Properties
- action → IndoorManeuverActions?
-
The action type of this maneuver.
Gets the action type of this maneuver.
no setter
- coordinate → GeoCoordinates
-
The geographic coordinates of this maneuver.
Gets the geographic coordinates of this maneuver.
no setter
- duration → Duration
-
The duration to complete this maneuver.
Gets the duration to complete this maneuver.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- indoorLevelChangeData → IndoorLevelChangeData?
-
The level change data for this maneuver. This will be not null if the IndoorManeuverAction is LEVEL_CHANGE_ACTION.
Gets the level change data for this maneuver. This will be not null if the IndoorManeuverAction is LEVEL_CHANGE_ACTION.
no setter
- indoorSpaceData → IndoorSpaceData?
-
The indoor space data for this maneuver. This will be not null if the IndoorManeuverAction is ENTER_ACTION or LEAVE_ACTION.
Gets the indoor space data for this maneuver. This will be not null if the IndoorManeuverAction is ENTER_ACTION or LEAVE_ACTION.
no setter
- lengthInMeters → double
-
The length of this maneuver in meters.
Gets the length of this maneuver in meters.
no setter
- levelZIndex → int
-
The vertical level index of this maneuver.
Gets the vertical level index of this maneuver.
no setter
- offset → int
-
The offset of this maneuver from the start of the section.
Gets the offset of this maneuver from the start of the section.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sectionIndex → int
-
The section index this maneuver belongs to.
Gets the section index this maneuver belongs to.
no setter
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