Contents

TransportType

The modes of transportation.

Declaration

const TransportType: Readonly<{
    readonly Automobile: "AUTOMOBILE";
    readonly Walking: "WALKING";
    readonly Cycling: "CYCLING";
}>

Mentioned in

Overview

Constants that describe the mode of transportation in DirectionsRequest and DirectionsResponse.

Topics

Transport types

Type Aliases

See Also

Directions request