Google Maps FleetEngine V1 Client - Class WaypointType (0.1.2)

Reference documentation and code samples for the Google Maps FleetEngine V1 Client class WaypointType.

The type of waypoint.

Protobuf type maps.fleetengine.v1.WaypointType

Namespace

Google \ Maps \ FleetEngine \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN_WAYPOINT_TYPE

Value: 0

Unknown or unspecified waypoint type.

Generated from protobuf enum UNKNOWN_WAYPOINT_TYPE = 0;

PICKUP_WAYPOINT_TYPE

Value: 1

Waypoints for picking up riders or items.

Generated from protobuf enum PICKUP_WAYPOINT_TYPE = 1;

DROP_OFF_WAYPOINT_TYPE

Value: 2

Waypoints for dropping off riders or items.

Generated from protobuf enum DROP_OFF_WAYPOINT_TYPE = 2;

INTERMEDIATE_DESTINATION_WAYPOINT_TYPE

Value: 3

Waypoints for intermediate destinations in a multi-destination trip.

Generated from protobuf enum INTERMEDIATE_DESTINATION_WAYPOINT_TYPE = 3;