Trip.TripStatus

public static abstract @interface Trip.TripStatus implements Annotation

Status of the trip.

Constant Summary

int ARRIVED_AT_INTERMEDIATE_DESTINATION This trip's vehicle has arrived at an intermediate destination belonging to this trip.
int ARRIVED_AT_PICKUP This trip's vehicle has arrived at pickup.
int CANCELED This trip has been canceled.
int COMPLETE This trip is complete.
int ENROUTE_TO_DROPOFF This trip's vehicle is enroute to the dropoff point.
int ENROUTE_TO_INTERMEDIATE_DESTINATION This trip's vehicle is enroute to an intermediate destination belonging to this trip.
int ENROUTE_TO_PICKUP This trip's vehicle is enroute to the pickup point.
int NEW This trip was just created.
int UNKNOWN_TRIP_STATUS This trip has an unknown status.

Inherited Method Summary

Constants

public static final int ARRIVED_AT_INTERMEDIATE_DESTINATION

This trip's vehicle has arrived at an intermediate destination belonging to this trip.

Constant Value: 7

public static final int ARRIVED_AT_PICKUP

This trip's vehicle has arrived at the pickup point.

Constant Value: 3

public static final int CANCELED

This trip has been canceled.

Constant Value: 6

public static final int COMPLETE

This trip is complete.

Constant Value: 5

public static final int ENROUTE_TO_DROPOFF

This trip's vehicle is enroute to the dropoff point.

Constant Value: 4

public static final int ENROUTE_TO_INTERMEDIATE_DESTINATION

This trip's vehicle is enroute to an intermediate destination belonging to this trip.

Constant Value: 8

public static final int ENROUTE_TO_PICKUP

This trip's vehicle is enroute to the pickup point.

Constant Value: 2

public static final int NEW

This trip was just created.

Constant Value: 1

public static final int UNKNOWN_TRIP_STATUS

This trip has an unknown status.

Constant Value: 0