[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Maps FleetEngine V1 Client - Class TripStatus (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/maps-fleetengine/latest/V1.TripStatus)\n- [0.4.0](/php/docs/reference/maps-fleetengine/0.4.0/V1.TripStatus)\n- [0.3.1](/php/docs/reference/maps-fleetengine/0.3.1/V1.TripStatus)\n- [0.2.0](/php/docs/reference/maps-fleetengine/0.2.0/V1.TripStatus)\n- [0.1.6](/php/docs/reference/maps-fleetengine/0.1.6/V1.TripStatus) \nReference documentation and code samples for the Google Maps FleetEngine V1 Client class TripStatus.\n\nThe status of a trip indicating its progression.\n\nProtobuf type `maps.fleetengine.v1.TripStatus`\n\nNamespace\n---------\n\nGoogle \\\\ Maps \\\\ FleetEngine \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### UNKNOWN_TRIP_STATUS\n\n Value: 0\n\nDefault, used for unspecified or unrecognized trip status.\n\nGenerated from protobuf enum `UNKNOWN_TRIP_STATUS = 0;`\n\n### PBNEW\n\n Value: 1\n\nNewly created trip.\n\nGenerated from protobuf enum `NEW = 1;`\n\n### ENROUTE_TO_PICKUP\n\n Value: 2\n\nThe driver is on their way to the pickup point.\n\nGenerated from protobuf enum `ENROUTE_TO_PICKUP = 2;`\n\n### ARRIVED_AT_PICKUP\n\n Value: 3\n\nThe driver has arrived at the pickup point.\n\nGenerated from protobuf enum `ARRIVED_AT_PICKUP = 3;`\n\n### ARRIVED_AT_INTERMEDIATE_DESTINATION\n\n Value: 7\n\nThe driver has arrived at an intermediate destination and is waiting for\nthe rider.\n\nGenerated from protobuf enum `ARRIVED_AT_INTERMEDIATE_DESTINATION = 7;`\n\n### ENROUTE_TO_INTERMEDIATE_DESTINATION\n\n Value: 8\n\nThe driver is on their way to an intermediate destination\n(not the dropoff point).\n\nGenerated from protobuf enum `ENROUTE_TO_INTERMEDIATE_DESTINATION = 8;`\n\n### ENROUTE_TO_DROPOFF\n\n Value: 4\n\nThe driver has picked up the rider and is on their way to the\nnext destination.\n\nGenerated from protobuf enum `ENROUTE_TO_DROPOFF = 4;`\n\n### COMPLETE\n\n Value: 5\n\nThe rider has been dropped off and the trip is complete.\n\nGenerated from protobuf enum `COMPLETE = 5;`\n\n### CANCELED\n\n Value: 6\n\nThe trip was canceled prior to pickup by the driver, rider, or\nrideshare provider.\n\nGenerated from protobuf enum `CANCELED = 6;`"]]