googleDirectionLibrary / com.akexorcist.googledirection.constant / TransitMode

TransitMode

open class TransitMode

Transit mode.

Since
1.0.0

Annotations

Value

class Value

Constructors

<init>

TransitMode()

Transit mode.

Properties

BUS

static val BUS: String

Indicates that the calculated route should prefer travel by bus.

RAIL

static val RAIL: String

Indicates that the calculated route should prefer travel by train, tram, light rail, and subway.

SUBWAY

static val SUBWAY: String

indicates that the calculated route should prefer travel by subway.

TRAIN

static val TRAIN: String

Indicates that the calculated route should prefer travel by train.

TRAM

static val TRAM: String

Indicates that the calculated route should prefer travel by tram and light rail.