Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Enumeration Members

Enumeration Members

ARRIVED: "ARRIVED"

Arrived at stop. Assumes that when the vehicle is routing to the next stop, that all previous stops have been completed.

ENROUTE: "ENROUTE"

Assigned and actively routing.

NEW: "NEW"

Created, but not actively routing.

UNSPECIFIED: "UNSPECIFIED"

Unknown.

Generated using TypeDoc