googleDirectionLibrary / com.akexorcist.googledirection.constant / VehicleType

VehicleType

open class VehicleType

Vehicle type.

Since
1.0.0

Constructors

<init>

VehicleType()

Vehicle type.

Properties

BUS

static val BUS: String

Bus.

CABLE_CAR

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}.

COMMUTER_TRAIN

static val COMMUTER_TRAIN: String

Commuter rail.

FERRY

static val FERRY: String

Ferry.

FUNICULAR

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.

GONDOLA_LIFT

static val GONDOLA_LIFT: String

An aerial cable car.

HEAVY_RAIL

static val HEAVY_RAIL: String

Heavy rail.

HIGH_SPEED_TRAIN

static val HIGH_SPEED_TRAIN: String

High speed train.

INTERCITY_BUS

static val INTERCITY_BUS: String

Intercity bus.

LONG_DISTANCE_TRAIN

static val LONG_DISTANCE_TRAIN: String

Long distance train.

METRO_RAIL

static val METRO_RAIL: String

Light rail transit.

MONORAIL

static val MONORAIL: String

Monorail.

OTHER

static val OTHER: String

All other vehicles will return this type.

RAIL

static val RAIL: String

Rail.

SHARE_TAXI

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.

SUBWAY

static val SUBWAY: String

Underground light rail.

TRAM

static val TRAM: String

Above ground light rail.

TROLLEYBUS

static val TROLLEYBUS: String

Trolleybus.