Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Trip types supported by a google.maps.journeySharing.Vehicle.

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

Index

Enumeration Members

EXCLUSIVE: "EXCLUSIVE"

The trip is exclusive to a vehicle.

SHARED: "SHARED"

The trip may share a vehicle with other trips.

UNKNOWN_TRIP_TYPE: "UNKNOWN_TRIP_TYPE"

Unknown trip type.

Generated using TypeDoc