Warning

This feature is available in the Full MapKit SDK version

YMKMasstransitLineStyle

@interface YMKMasstransitLineStyle : NSObject

Describes the style of line.

Summary

Class methods

+ (nonnull YMKMasstransitLineStyle *)styleWithColor:(nullable NSNumber *)color;

Properties

@property (nonatomic, readonly, nullable) NSNumber *color;
Line color in #RRGGBB format

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.