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 }