TrafficIncident
public struct TrafficIncident
Represents a traffic incident.
-
Initializes traffic incident.
Declaration
Swift
public init( line: Line, marker: Marker, section: TrafficSection )Parameters
lineThe line of the traffic incident.
markerThe marker of the traffic incident placed at the start of the line.
sectionThe section of the traffic incident.
TomTom SDK for iOS (0.53.1)
TrafficIncident