Enumeration Members
DROP_OFF_WAYPOINT_TYPE
DROP_OFF_WAYPOINT_TYPE: "DROP_OFF_WAYPOINT_TYPE"
INTERMEDIATE_DESTINATION_WAYPOINT_TYPE
INTERMEDIATE_DESTINATION_WAYPOINT_TYPE: "INTERMEDIATE_DESTINATION_WAYPOINT_TYPE"
PICKUP_WAYPOINT_TYPE
PICKUP_WAYPOINT_TYPE: "PICKUP_WAYPOINT_TYPE"
UNKNOWN_WAYPOINT_TYPE
UNKNOWN_WAYPOINT_TYPE: "UNKNOWN_WAYPOINT_TYPE"
Available only in the v=beta channel: https://goo.gle/3oAthT3.
Waypoint types supported by google.maps.journeySharing.Vehicle.
Access by calling
const {WaypointType} = await google.maps.importLibrary("journeySharing")
. See https://developers.google.com/maps/documentation/javascript/libraries.