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