Options
All
  • Public
  • Public/Protected
  • All
Menu

Available only in the v=beta channel: https://goo.gle/3oAthT3.

The type of google.maps.journeySharing.Vehicle.

Access by calling const {VehicleType} = await google.maps.importLibrary("journeySharing"). See https://developers.google.com/maps/documentation/javascript/libraries.

Index

Enumeration Members

AUTO: "AUTO"

An automobile.

TAXI: "TAXI"

Any vehicle that acts as a taxi (typically licensed or regulated).

TRUCK: "TRUCK"

A vehicle with a large storage capacity.

TWO_WHEELER: "TWO_WHEELER"

A motorcycle, moped, or other two-wheeled vehicle.

UNKNOWN: "UNKNOWN"

Unknown vehicle type.

Generated using TypeDoc