Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 742 Bytes

TravelMode.md

File metadata and controls

26 lines (14 loc) · 742 Bytes

See html formatted version

TravelMode constants

google.maps.TravelMode constants

The valid travel modes that can be specified in a DirectionsRequest as well as the travel modes returned in a DirectionsStep. Specify these by value, or by using the constant's name. For example, 'BICYCLING' or google.maps.TravelMode.BICYCLING.

Constants

undefined

Specifies a bicycling directions request.

undefined

Specifies a driving directions request.

undefined

Specifies a transit directions request.

undefined

Specifies a walking directions request.