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 the pickup point. |
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.
public static final int ARRIVED_AT_PICKUP
This trip's vehicle has arrived at the pickup point.
public static final int CANCELED
This trip has been canceled.
public static final int COMPLETE
This trip is complete.
public static final int ENROUTE_TO_DROPOFF
This trip's vehicle is enroute to the dropoff point.
public static final int ENROUTE_TO_INTERMEDIATE_DESTINATION
This trip's vehicle is enroute to an intermediate destination belonging to this trip.
public static final int ENROUTE_TO_PICKUP
This trip's vehicle is enroute to the pickup point.
public static final int NEW
This trip was just created.
public static final int UNKNOWN_TRIP_STATUS
This trip has an unknown status.