On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

TripWaypoint.WaypointType

Stay organized with collections Save and categorize content based on your preferences.
public static abstract @interface TripWaypoint.WaypointType implements Annotation

Constant describing the role a waypoint plays on a trip route.

Constant Summary

int DROPOFF
int INTERMEDIATE_DESTINATION
int PICKUP
int UNKNOWN

Inherited Method Summary

Constants

public static final int DROPOFF

Constant Value: 2

public static final int INTERMEDIATE_DESTINATION

Constant Value: 3

public static final int PICKUP

Constant Value: 1

public static final int UNKNOWN

Constant Value: 0