TrafficControlModel | iOS SDK | Urbi Documentation

TrafficControlModel

Model of a traffic jam control.
This interface is thread-safe.

Extends: Hashable
public static func == (lhs: TrafficControlModel, rhs: TrafficControlModel) -> Bool

Returns a Boolean value indicating whether two values are equal.
This documentation comment was inherited from .

public convenience init(
    map: Map
)

Creates a model of a traffic jam control.

Parameters
map
Map

Map.

Methods
Properties
StatefulChannel<TrafficControlState>

The state of the traffic control.

The state of the traffic control.