TrafficIncidentPoi

fun TrafficIncidentPoi(    descriptions: List<Description>,     delay: Duration,     roadType: RoadType?,     leftHandTraffic: Boolean?,     magnitude: Magnitude?,     roadCoverage: RoadCoverage?,     poiType: PoiType,     clusterId: Int?,     clusterSize: Int?,     clustered: Int?,     endDate: Date?,     id: String?,     communityAttributes: CommunityAttributes)

Parameters

poiType

The beginning of incidents is described as PoiType.START. If the traffic incident has no geometry, it is described as PoiType.STANDALONE.

clusterId

If present, indicates the ID of the cluster.

clusterSize

The number of incidents within a cluster.