Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitTransfer

@interface MMKMasstransitTransfer : NSObject

Represents a transfer to another mass transit line or to another stop. For example, transfer from one underground line to another.

Summary

Class methods

+ (nonnull MMKMasstransitTransfer *)transferWithConstructions:(nonnull NSArray<MMKMasstransitConstructionSegment *> *)constructions
                                                 transferStop:(nonnull MMKMasstransitTransferStop *)transferStop;

Properties

@property (nonatomic, readonly, nonnull)
    NSArray<MMKMasstransitConstructionSegment *> *constructions;

Compressed information about pedestrian constructions along the transfer path

@property (nonatomic, readonly, nonnull)
    MMKMasstransitTransferStop *transferStop;

The stop you need to transfer to

Class methods

transferWithConstructions:transferStop:

+ (nonnull MMKMasstransitTransfer *)transferWithConstructions:(nonnull NSArray<MMKMasstransitConstructionSegment *> *)constructions
                                                 transferStop:(nonnull MMKMasstransitTransferStop *)transferStop;


Properties

constructions

@property (nonatomic, readonly, nonnull)
    NSArray<MMKMasstransitConstructionSegment *> *constructions;

Compressed information about pedestrian constructions along the transfer path. MMKMasstransitConstructionSegment::subpolyline fields of all segments cover the entire geometry of corresponding section".


transferStop

@property (nonatomic, readonly, nonnull)
    MMKMasstransitTransferStop *transferStop;

The stop you need to transfer to