open class TransitMode
Transit mode.
Since
1.0.0
class Value |
TransitMode()
Transit mode. |
static val BUS: String
Indicates that the calculated route should prefer travel by bus. |
|
static val RAIL: String
Indicates that the calculated route should prefer travel by train, tram, light rail, and subway. |
|
static val SUBWAY: String
indicates that the calculated route should prefer travel by subway. |
|
static val TRAIN: String
Indicates that the calculated route should prefer travel by train. |
|
static val TRAM: String
Indicates that the calculated route should prefer travel by tram and light rail. |