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

Trip.TripType

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

Type of trip.

Constant Summary

int EXCLUSIVE The trip is exclusive to a vehicle.
int SHARED The trip may share a vehicle with other trips.
int UNKNOWN Default, used for unspecified or unrecognized trip types.

Inherited Method Summary

Constants

public static final int EXCLUSIVE

The trip is exclusive to a vehicle.

Constant Value: 2

public static final int SHARED

The trip may share a vehicle with other trips.

Constant Value: 1

public static final int UNKNOWN

Default, used for unspecified or unrecognized trip types.

Constant Value: 0