The current state of a google.maps.journeySharing.DeliveryVehicleStop.
Access by calling const {DeliveryVehicleStopState} = await google.maps.importLibrary("journeySharing"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {DeliveryVehicleStopState} = await google.maps.importLibrary("journeySharing")
Arrived at stop. Assumes that when the vehicle is routing to the next stop, that all previous stops have been completed.
Assigned and actively routing.
Created, but not actively routing.
Unknown.
Generated using TypeDoc
The current state of a google.maps.journeySharing.DeliveryVehicleStop.
Access by calling
const {DeliveryVehicleStopState} = await google.maps.importLibrary("journeySharing")
. See https://developers.google.com/maps/documentation/javascript/libraries.