IndoorLevelChangeData class
Represents the level change data for an indoor maneuver.
Constructors
- IndoorLevelChangeData(IndoorLevelChangeFeatures connector, int deltaZ)
- Creates an Indoor level change data object and assign values for level change data.
Properties
- connector ↔ IndoorLevelChangeFeatures
-
Type of the connector to change the level.
getter/setter pair
- deltaZ ↔ int
-
The number of levels to change, positive for up, negative for down. For example,
a value of -1 means that a user needs to go one level down. The value is never 0.
getter/setter pair
- hashCode → int
-
The hash code for this object.
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.