IncidentType

object IncidentType

Types of Incident.

Types

Type
Link copied to clipboard
annotation class Type
Incident type.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

ACCIDENT
Link copied to clipboard
const val ACCIDENT: Int = 41
Incident Alert Type accident.
CONGESTION
Link copied to clipboard
const val CONGESTION: Int = 42
Incident Alert Type congestion.
CONSTRUCTION
Link copied to clipboard
const val CONSTRUCTION: Int = 43
Incident Alert Type construction.
DISABLED_VEHICLE
Link copied to clipboard
const val DISABLED_VEHICLE: Int = 44
Incident Alert Type disabled vehicle.
LANE_RESTRICTION
Link copied to clipboard
const val LANE_RESTRICTION: Int = 45
Incident Alert Type lane restriction.
MASS_TRANSIT
Link copied to clipboard
const val MASS_TRANSIT: Int = 46
Incident Alert Type mass transit.
MISCELLANEOUS
Link copied to clipboard
const val MISCELLANEOUS: Int = 47
Incident Alert Type miscellaneous.
OTHER_NEWS
Link copied to clipboard
const val OTHER_NEWS: Int = 48
Incident Alert Type other news.
PLANNED_EVENT
Link copied to clipboard
const val PLANNED_EVENT: Int = 49
Incident Alert Type planned event.
ROAD_CLOSURE
Link copied to clipboard
const val ROAD_CLOSURE: Int = 50
Incident Alert Type road closure.
ROAD_HAZARD
Link copied to clipboard
const val ROAD_HAZARD: Int = 51
Incident Alert Type road hazard.
UNKNOWN
Link copied to clipboard
const val UNKNOWN: Int = 40
Incident Alert Type is unknown.
WEATHER
Link copied to clipboard
const val WEATHER: Int = 52
Incident Alert Type weather.