Options
All
  • Public
  • Public/Protected
  • All
Menu

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

The current state of a google.maps.journeySharing.Vehicle.

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

Index

Enumeration Members

OFFLINE: "OFFLINE"

The vehicle is not accepting new trips.

ONLINE: "ONLINE"

The vehicle is accepting new trips.

UNKNOWN_VEHICLE_STATE: "UNKNOWN_VEHICLE_STATE"

Unknown vehicle state.

Generated using TypeDoc