VehicleType

object VehicleType

Type of vehicle for which the speed limit is included.

Types

Link copied to clipboard
annotation class Type

Retention policy for the VehicleType

Properties

Link copied to clipboard
const val BUS: Int = 2

Bus vehicle type

Link copied to clipboard
const val CAR: Int = 0

Car vehicle type

Link copied to clipboard
const val MOTORCYCLE: Int = 4

Motorcycle vehicle type

Link copied to clipboard
const val TRAILER: Int = 3

Trailer vehicle type

Link copied to clipboard
const val TRUCK: Int = 1

Truck vehicle type