open class TransportMode
Transport mode.
Since
1.0.0
class Value |
TransportMode()
Transport mode. |
static val BICYCLING: String
Requests bicycling directions via bicycle paths & preferred streets (where available). |
|
static val DRIVING: String
(default) Indicates standard driving directions using the road network. |
|
static val TRANSIT: String
Requests directions via public transit routes (where available). |
|
static val WALKING: String
Requests walking directions via pedestrian paths & sidewalks (where available). |