Module: Google::Maps::FleetEngine::V1::WaypointType

Defined in:
proto_docs/google/maps/fleetengine/v1/fleetengine.rb

Overview

The type of waypoint.

Constant Summary collapse

UNKNOWN_WAYPOINT_TYPE =

Unknown or unspecified waypoint type.

0
PICKUP_WAYPOINT_TYPE =

Waypoints for picking up riders or items.

1
DROP_OFF_WAYPOINT_TYPE =

Waypoints for dropping off riders or items.

2
INTERMEDIATE_DESTINATION_WAYPOINT_TYPE =

Waypoints for intermediate destinations in a multi-destination trip.

3