YMKJamSegment

class YMKJamSegment : NSObject

A segment of a traffic jam that has specific traffic conditions.

Summary

Class methods

 init(jamType: YMKJamType, speed: Double)

Properties

var jamTypeYMKJamType { get }
The type of the traffic jam

var speed: Double { get }
The speed at which traffic is moving

Class methods

init(jamType:speed:)

 init(jamType: YMKJamType, speed: Double)


Properties

jamType

var jamType: YMKJamType { get }

The type of the traffic jam.


speed

var speed: Double { get }

The speed at which traffic is moving.


Предыдущая
Следующая