Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 805 Bytes

TransitMode.md

File metadata and controls

30 lines (16 loc) · 805 Bytes

See html formatted version

TransitMode constants

google.maps.TransitMode constants

The valid transit mode e.g. bus that can be specified in a TransitOptions. Specify these by value, or by using the constant's name. For example, 'BUS' or google.maps.TransitMode.BUS.

Constants

undefined

Specifies bus as a preferred mode of transit.

undefined

Specifies rail as a preferred mode of transit.

undefined

Specifies subway as a preferred mode of transit.

undefined

Specifies train as a preferred mode of transit.

undefined

Specifies tram as a preferred mode of transit.