VehicleType

annotation class VehicleType

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

Bicycle
Link copied to clipboard
val Bicycle: Int
Bus
Link copied to clipboard
val Bus: Int
Car
Link copied to clipboard
val Car: Int
DeliveryTruck
Link copied to clipboard
val DeliveryTruck: Int
EmergencyVehicle
Link copied to clipboard
val EmergencyVehicle: Int
HighOccupancyVehicle
Link copied to clipboard
val HighOccupancyVehicle: Int
Motorcycle
Link copied to clipboard
val Motorcycle: Int
ResidentialVehicle
Link copied to clipboard
val ResidentialVehicle: Int
Taxi
Link copied to clipboard
val Taxi: Int
Truck
Link copied to clipboard
val Truck: Int