IndoorSectionDetails class abstract

Provides additional details for an indoor Section.

Constructors

IndoorSectionDetails()

Properties

arrivalPlace IndoorRoutePlace
Describes the arrival place of the indoor section. Gets the arrival place of the indoor section.
no setter
departurePlace IndoorRoutePlace
Describes the departure place of the indoor section. Gets the departure place of the indoor section.
no setter
hashCode → int
The hash code for this object.
no setterinherited
indoorManeuvers → List<IndoorManeuver>
The list of indoor maneuvers within this indoor section. Gets the list of indoor maneuvers within this indoor section.
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