Status

The current progress of a user during the course of a journey. {@link PENDING} {@link IN_PROGRESS} {@link APPROACHING} {@link ARRIVED} {@link COMPLETED} {@link CANCELED}

Entries

Link copied to clipboard
@SerializedName(value = "pending")
PENDING

The start method has been called but we are still waiting on an initial location and request to complete.

Link copied to clipboard
@SerializedName(value = "inprogress")
IN_PROGRESS

The journey has start successfully and will now send regular updates

Link copied to clipboard
@SerializedName(value = "approaching")
APPROACHING

The user is now approaching the destination

Link copied to clipboard
@SerializedName(value = "arrived")
ARRIVED

The user has arrived at the destination

Link copied to clipboard
@SerializedName(value = "completed")
COMPLETED

The journey has been completed

Link copied to clipboard
@SerializedName(value = "canceled")
CANCELED

The journey has been canceled

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.