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.
const {TripType} = await google.maps.importLibrary("journeySharing")
The trip is exclusive to a vehicle.
The trip may share a vehicle with other trips.
Unknown trip type.
Generated using TypeDoc
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.