MapKit Mobile SDK

MMKJamTypeColor

class MMKJamTypeColor : NSObject

Color for specific level of traffic intensity.

Summary

Class methods

 init(jamType: MMKJamType, jam jamColor: UIColor)

Properties

var jamTypeMMKJamType { get }
The type of the traffic jam

var jamColor: UIColor { get }
Traffic jam color

Class methods

init(jamType:jam:)

 init(jamType: MMKJamType, jam jamColor: UIColor)


Properties

jamType

var jamType: MMKJamType { get }

The type of the traffic jam.


jamColor

var jamColor: UIColor { get }

Traffic jam color.