YMKMasstransitTransportContour

Важно

This feature is available in the Full MapKit SDK version

@interface YMKMasstransitTransportContour : NSObject

Describes transport contours and it's properties

Summary

Class methods

+ (nonnull YMKMasstransitTransportContour *)transportContourWithName:(nonnull NSString *)name
                                                               style:(nullable YMKMasstransitTransportContourStyle *)style;

Properties

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

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

Contour style; see YMKMasstransitTransportContourStyle

Class methods

transportContourWithName:style:

+ (nonnull YMKMasstransitTransportContour *)transportContourWithName:(nonnull NSString *)name
                                                               style:(nullable YMKMasstransitTransportContourStyle *)style;


Properties

name

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

Contour name


style

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

Contour style; see YMKMasstransitTransportContourStyle.

Optional field, can be nil.