IndoorSectionDetails class abstract
Provides additional details for an indoor Section.
Constructors
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
-
passthroughWaypoints
→ List<
IndoorPassThroughWaypoint> -
The list of passthrough waypoints within this section.
Passthrough waypoints are via waypoints with passThrough=true. They appear along
the section's polyline without creating a section boundary. Each passthrough waypoint includes
its indoor location and offset along the section polyline.
Gets the list of passthrough waypoints within this section.
no setter
-
postActions
→ List<
IndoorManeuver> -
The list of post actions for this section.
Post actions are actions that occur after traversing the section, such as
wait actions at via waypoints with stopDuration. These actions are not part of the
regular maneuvers but represent additional requirements for completing the section.
Gets the list of post actions for this 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