Incident
@Serializable
Reproduces one of road incidents type (Type) that might be on the way.
Constructors
Link copied to clipboard
constructor(id: String, type: Incident.Type? = null, closed: Boolean? = null, congestion: Congestion? = null, description: String? = null, longDescription: String? = null, impact: Incident.Impact? = null, subType: String? = null, subTypeDescription: String? = null, alertcCodes: List<Int>? = null, geometryIndexStart: Int? = null, geometryIndexEnd: Int? = null, creationTime: String? = null, startTime: String? = null, endTime: String? = null)
Types
Properties
Link copied to clipboard
AlertC codes.
Link copied to clipboard
Quantitative descriptor of congestion.
Link copied to clipboard
Time the incident was created/updated in ISO8601 format. Not the same .startTime/.endTime, incident can be created/updated before the incident.
Link copied to clipboard
Human-readable description of the incident suitable for displaying to the users.
Link copied to clipboard
Incident's geometry index end point.
Link copied to clipboard
Incident's geometry index start point.
Link copied to clipboard
Severity level of incident.
Link copied to clipboard
Human-readable long description of the incident suitable for displaying to the users.
Link copied to clipboard
Sub-type-specific description.
Link copied to clipboard
One of incident types.