MMKTrafficLevel
@interface MMKTrafficLevel : NSObject |
The level of traffic.
Summary
Class methods
+ (nonnull MMKTrafficLevel *)trafficLevelWithColor:( MMKTrafficColor)color |
Properties
@property (nonatomic, readonly) MMKTrafficColor color; |
@property (nonatomic, readonly) NSInteger level; |
Class methods
trafficLevelWithColor:level:
+ (nonnull MMKTrafficLevel *)trafficLevelWithColor:( MMKTrafficColor)color |
Properties
color
@property (nonatomic, readonly) MMKTrafficColor color; |
The color that represents traffic.
level
@property (nonatomic, readonly) NSInteger level; |
Traffic level.