Warning
This feature is available in the Full MapKit SDK version
MMKMasstransitThread specific properties of a mass transit ride section of a MMKMasstransitRoute.
+ (nonnull MMKMasstransitTransportTransportThread *)transportThreadWithThread:(nonnull MMKMasstransitThread *)thread
                                                                isRecommended:( BOOL)isRecommended
                                                                       alerts:(nonnull NSArray<MMKMasstransitTransportThreadAlert *> *)alerts
                                                       alternateDepartureStop:(nullable MMKMasstransitStop *)alternateDepartureStop
                                                              boardingOptions:(nullable MMKMasstransitBoardingOptions *)boardingOptions
                                                                   estimation:(nullable MMKMasstransitTravelEstimation *)estimation;
|
@property (nonatomic, readonly, nonnull) MMKMasstransitThread *thread;
Mass transit thread
|
@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
|
@property (nonatomic, readonly, nonnull)
    NSArray<MMKMasstransitTransportThreadAlert *> *alerts;
Collection of important annotations for the section
|
@property (nonatomic, readonly, nullable)
    MMKMasstransitStop *alternateDepartureStop;
If alternateDepartureStop is specified, it specifies the departure location for this particular Thread instead of the first Stop of the Section
|
@property (nonatomic, readonly, nullable)
    MMKMasstransitBoardingOptions *boardingOptions;
Recommended underground boarding options for this section
|
@property (nonatomic, readonly, nullable)
    MMKMasstransitTravelEstimation *estimation;
Time estimation for transport thread
|
+ (nonnull MMKMasstransitTransportTransportThread *)transportThreadWithThread:(nonnull MMKMasstransitThread *)thread
                                                                isRecommended:( BOOL)isRecommended
                                                                       alerts:(nonnull NSArray<MMKMasstransitTransportThreadAlert *> *)alerts
                                                       alternateDepartureStop:(nullable MMKMasstransitStop *)alternateDepartureStop
                                                              boardingOptions:(nullable MMKMasstransitBoardingOptions *)boardingOptions
                                                                   estimation:(nullable MMKMasstransitTravelEstimation *)estimation;
|
Mass transit thread.
@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.
Collection of important annotations for the section.
@property (nonatomic, readonly, nullable)
    MMKMasstransitStop *alternateDepartureStop;
|
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.
Recommended underground boarding options for this section.
Optional field, can be nil.
Time estimation for transport thread.
Optional field, can be nil.