Available only in the v=beta channel: https://goo.gle/3oAthT3.
The type of google.maps.journeySharing.Vehicle.
Access by calling const {VehicleType} = await google.maps.importLibrary("journeySharing"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {VehicleType} = await google.maps.importLibrary("journeySharing")
An automobile.
Any vehicle that acts as a taxi (typically licensed or regulated).
A vehicle with a large storage capacity.
A motorcycle, moped, or other two-wheeled vehicle.
Unknown vehicle type.
Generated using TypeDoc
Available only in the v=beta channel: https://goo.gle/3oAthT3.
The type of google.maps.journeySharing.Vehicle.
Access by calling
const {VehicleType} = await google.maps.importLibrary("journeySharing")
. See https://developers.google.com/maps/documentation/javascript/libraries.