Show / Hide Table of Contents

Enum TravelMode

Travel mode options. These options map to what Routes API offers.

Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public enum TravelMode

Fields

Name Description
Bicycle

Travel by bicycle. Not supported with search_along_route_parameters.

Drive

Travel by passenger car.

TwoWheeler

Motorized two wheeled vehicles of all kinds such as scooters and motorcycles. Note that this is distinct from the BICYCLE travel mode which covers human-powered transport. Not supported with search_along_route_parameters. Only supported in those countries listed at Countries and regions supported for two-wheeled vehicles.

Unspecified

No travel mode specified. Defaults to DRIVE.

Walk

Travel by walking. Not supported with search_along_route_parameters.

In this article
Back to top Generated by DocFX