YMKJamStyle

@interface YMKJamStyle : NSObject

The style that is used to display traffic intensity.

Summary

Class methods

+ (nonnull YMKJamStyle *)jamStyleWithColors:(nonnull NSArray<YMKJamTypeColor *> *)colors;

Properties

@property (nonatomic, readonly, nonnull) NSArray<YMKJamTypeColor *> *colors;
Collection of colors for traffic intensity

Class methods

jamStyleWithColors:

+ (nonnull YMKJamStyle *)jamStyleWithColors:(nonnull NSArray<YMKJamTypeColor *> *)colors;


Properties

colors

@property (nonatomic, readonly, nonnull) NSArray<YMKJamTypeColor *> *colors;

Collection of colors for traffic intensity.