TransportMode

annotation class TransportMode

Represents values describing different transport modes, the mode of transportation a person will be using to travel a route (e.g. a car).

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

Bus
Link copied to clipboard
val Bus: Int
A bus is set as the transport mode.
Camper
Link copied to clipboard
val Camper: Int
A camper is set as the transport mode.
Car
Link copied to clipboard
val Car: Int
A car is set as the transport mode.
DeliveryTruck
Link copied to clipboard
val DeliveryTruck: Int
A delivery truck is set as the transport mode.
GarbageTruck
Link copied to clipboard
val GarbageTruck: Int
A garbage truck is set as the transport mode.
Motorcycle
Link copied to clipboard
val Motorcycle: Int
A motorcycle is set as the transport mode.
Pedestrian
Link copied to clipboard
val Pedestrian: Int
Walking is set as the transport mode.
TransportTruck
Link copied to clipboard
val TransportTruck: Int
A TransportTruck is set as the transport mode.
Unknown
Link copied to clipboard
val Unknown: Int
Unknown transport mode.