open class VehicleType
Vehicle type.
Since
1.0.0
VehicleType()
Vehicle type. |
static val BUS: String
Bus. |
|
static val CABLE_CAR: String
A vehicle that operates on a cable, usually on the ground. Aerial cable cars may be of the type {@value #GONDOLA_LIFT}. |
|
static val COMMUTER_TRAIN: String
Commuter rail. |
|
static val FERRY: String
Ferry. |
|
static val FUNICULAR: String
A vehicle that is pulled up a steep incline by a cable. A Funicular typically consists of two cars, with each car acting as a counterweight for the other. |
|
static val GONDOLA_LIFT: String
An aerial cable car. |
|
static val HEAVY_RAIL: String
Heavy rail. |
|
static val HIGH_SPEED_TRAIN: String
High speed train. |
|
static val INTERCITY_BUS: String
Intercity bus. |
|
static val LONG_DISTANCE_TRAIN: String
Long distance train. |
|
static val METRO_RAIL: String
Light rail transit. |
|
static val MONORAIL: String
Monorail. |
|
static val OTHER: String
All other vehicles will return this type. |
|
static val RAIL: String
Rail. |
|
static val SHARE_TAXI: String
Share taxi is a kind of bus with the ability to drop off and pick up passengers anywhere on its route. |
|
static val SUBWAY: String
Underground light rail. |
|
static val TRAM: String
Above ground light rail. |
|
static val TROLLEYBUS: String
Trolleybus. |