YMKJamSegment
|
@interface YMKJamSegment : NSObject |
A segment of a traffic jam that has specific traffic conditions.
Summary
Class methods
|
+ (nonnull YMKJamSegment *)jamSegmentWithJamType:( YMKJamType)jamType |
Properties
|
@property (nonatomic, readonly) YMKJamType jamType; |
|
@property (nonatomic, readonly) double speed; |
Class methods
jamSegmentWithJamType:speed:
|
+ (nonnull YMKJamSegment *)jamSegmentWithJamType:( YMKJamType)jamType |
Properties
jamType
|
@property (nonatomic, readonly) YMKJamType jamType; |
The type of the traffic jam.
speed
|
@property (nonatomic, readonly) double speed; |
The speed at which traffic is moving.