IndoorSectionDetails

public class IndoorSectionDetails
extension IndoorSectionDetails: NativeBase
extension IndoorSectionDetails: Hashable

Provides additional details for an indoor Section.

  • The list of indoor maneuvers within this indoor section.

    Declaration

    Swift

    public private(set) lazy var indoorManeuvers: [IndoorManeuver] { get set }
  • Describes the departure place of the indoor section.

    Declaration

    Swift

    public var departurePlace: IndoorRoutePlace { get }
  • Describes the arrival place of the indoor section.

    Declaration

    Swift

    public var arrivalPlace: IndoorRoutePlace { get }
  • 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.

    Declaration

    Swift

    public private(set) lazy var sectionNotices: [IndoorSectionNotice] { get set }