MMKJamSegment
class MMKJamSegment : NSObject |
A segment of a traffic jam that has specific traffic conditions.
Summary
Class methods
init(jamType: MMKJamType, speed: Double) |
Properties
var jamType: MMKJamType { get } |
var speed: Double { get } |
Class methods
init(jamType:speed:)
init(jamType: MMKJamType, speed: Double) |
Properties
jamType
var jamType: MMKJamType { get } |
The type of the traffic jam.
speed
var speed: Double { get } |
The speed at which traffic is moving.