YMKMasstransitLineStyle
Важно
This feature is available in the Full MapKit SDK version
|
@interface YMKMasstransitLineStyle : NSObject |
Describes the style of line.
Summary
Class methods
|
+ (nonnull YMKMasstransitLineStyle *)styleWithColor:(nullable NSNumber *)color; |
Properties
|
@property (nonatomic, readonly, nullable) NSNumber *color; |
Class methods
styleWithColor:
|
+ (nonnull YMKMasstransitLineStyle *)styleWithColor:(nullable NSNumber *)color; |
Properties
color
|
@property (nonatomic, readonly, nullable) NSNumber *color; |
Line color in #RRGGBB format.
Optional field, can be nil.