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
sectionNotices → List<IndoorSectionNotice>
The notices which explain the issues encountered during processing of this section. Provides the list of notices which explain the issues encountered during processing of this section. For example, while some avoidance option is selected, if no reasonable alternative route is possible except violating controlled-access rule for the section, one notice is generated for the violation. The user must judge all the notices carefully before proceeding. Gets the notices which explains the issues encountered during processing of this section.
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