MapKit Mobile SDK

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 jamTypeMMKJamType { 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: 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.