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.
const {VehicleState} = await google.maps.importLibrary("journeySharing")
The vehicle is not accepting new trips.
The vehicle is accepting new trips.
Unknown vehicle state.
Generated using TypeDoc
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.