Warning
This feature is available in the Full MapKit SDK version
MMKMasstransitTransportTransportThread
@interface MMKMasstransitTransportTransportThread : NSObject |
MMKMasstransitThread specific properties of a mass transit ride section of a MMKMasstransitRoute.
Summary
Class methods
+ (nonnull MMKMasstransitTransportTransportThread *)transportThreadWithThread:(nonnull MMKMasstransitThread *)thread |
Properties
@property (nonatomic, readonly, nonnull) MMKMasstransitThread *thread; |
@property (nonatomic, readonly) BOOL isRecommended; |
@property (nonatomic, readonly, nonnull) |
@property (nonatomic, readonly, nullable) |
@property (nonatomic, readonly, nullable) |
Class methods
transportThreadWithThread:isRecommended:alerts:alternateDepartureStop:boardingOptions:
+ (nonnull MMKMasstransitTransportTransportThread *)transportThreadWithThread:(nonnull MMKMasstransitThread *)thread |
Properties
thread
@property (nonatomic, readonly, nonnull) MMKMasstransitThread *thread; |
Mass transit thread.
isRecommended
@property (nonatomic, readonly) BOOL isRecommended; |
Indicates that the mass transit router considers this thread the best one for the current section of the constucted route.
alerts
@property (nonatomic, readonly, nonnull) |
Collection of important annotations for the section.
alternateDepartureStop
@property (nonatomic, readonly, nullable) |
If alternateDepartureStop is specified, it specifies the departure location for this particular Thread instead of the first Stop of the Section.
Optional field, can be nil.
boardingOptions
@property (nonatomic, readonly, nullable) |
Recommended underground boarding options for this section.
Optional field, can be nil.