MMKJamStyle

@interface MMKJamStyle : NSObject

The style that is used to display traffic intensity.

Summary

Class methods

+ (nonnull MMKJamStyle *)jamStyleWithColors:(nonnull NSArray<MMKJamTypeColor *> *)colors;

Properties

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

Class methods

jamStyleWithColors:

+ (nonnull MMKJamStyle *)jamStyleWithColors:(nonnull NSArray<MMKJamTypeColor *> *)colors;


Properties

colors

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

Collection of colors for traffic intensity.