Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Index

Enumeration Members

DROP_OFF_WAYPOINT_TYPE: "DROP_OFF_WAYPOINT_TYPE"

Waypoints for dropping off riders.

INTERMEDIATE_DESTINATION_WAYPOINT_TYPE: "INTERMEDIATE_DESTINATION_WAYPOINT_TYPE"

Waypoints for intermediate destinations in a multi-destination trip.

PICKUP_WAYPOINT_TYPE: "PICKUP_WAYPOINT_TYPE"

Waypoints for picking up riders.

UNKNOWN_WAYPOINT_TYPE: "UNKNOWN_WAYPOINT_TYPE"

Unknown waypoint type.

Generated using TypeDoc