IncidentType

object IncidentType

Types of Incident.

Types

Link copied to clipboard
annotation class Type

Incident type.

Properties

Link copied to clipboard
const val ACCIDENT: Int = 41

Incident Alert Type accident.

Link copied to clipboard
const val CONGESTION: Int = 42

Incident Alert Type congestion.

Link copied to clipboard
const val CONSTRUCTION: Int = 43

Incident Alert Type construction.

Link copied to clipboard
const val DISABLED_VEHICLE: Int = 44

Incident Alert Type disabled vehicle.

Link copied to clipboard
const val LANE_RESTRICTION: Int = 45

Incident Alert Type lane restriction.

Link copied to clipboard
const val MASS_TRANSIT: Int = 46

Incident Alert Type mass transit.

Link copied to clipboard
const val MISCELLANEOUS: Int = 47

Incident Alert Type miscellaneous.

Link copied to clipboard
const val OTHER_NEWS: Int = 48

Incident Alert Type other news.

Link copied to clipboard
const val PLANNED_EVENT: Int = 49

Incident Alert Type planned event.

Link copied to clipboard
const val ROAD_CLOSURE: Int = 50

Incident Alert Type road closure.

Link copied to clipboard
const val ROAD_HAZARD: Int = 51

Incident Alert Type road hazard.

Link copied to clipboard
const val UNKNOWN: Int = 40

Incident Alert Type is unknown.

Link copied to clipboard
const val WEATHER: Int = 52

Incident Alert Type weather.