Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitTransportContour

@interface MMKMasstransitTransportContour : NSObject

Describes transport contours and it's properties

Summary

Class methods

+ (nonnull MMKMasstransitTransportContour *)transportContourWithName:(nonnull NSString *)name
                                                               style:(nullable MMKMasstransitTransportContourStyle *)style;

Properties

@property (nonatomic, readonly, nonnull) NSString *name;
Contour name

@property (nonatomic, readonly, nullable)
    MMKMasstransitTransportContourStyle *style;

Contour style; see MMKMasstransitTransportContourStyle

Class methods

transportContourWithName:style:

+ (nonnull MMKMasstransitTransportContour *)transportContourWithName:(nonnull NSString *)name
                                                               style:(nullable MMKMasstransitTransportContourStyle *)style;


Properties

name

@property (nonatomic, readonly, nonnull) NSString *name;

Contour name


style

@property (nonatomic, readonly, nullable)
    MMKMasstransitTransportContourStyle *style;

Contour style; see MMKMasstransitTransportContourStyle.

Optional field, can be nil.