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 |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *name; |
|
@property (nonatomic, readonly, nullable) |
Class methods
transportContourWithName:style:
|
+ (nonnull YMKMasstransitTransportContour *)transportContourWithName:(nonnull NSString *)name |
Properties
name
|
@property (nonatomic, readonly, nonnull) NSString *name; |
Contour name
style
|
@property (nonatomic, readonly, nullable) |
Contour style; see YMKMasstransitTransportContourStyle.
Optional field, can be nil.