[[["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 Route Optimization V1 Client - Class UnloadingPolicy (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/maps-routeoptimization/latest/V1.Vehicle.UnloadingPolicy)\n- [0.4.0](/php/docs/reference/maps-routeoptimization/0.4.0/V1.Vehicle.UnloadingPolicy)\n- [0.3.3](/php/docs/reference/maps-routeoptimization/0.3.3/V1.Vehicle.UnloadingPolicy)\n- [0.2.0](/php/docs/reference/maps-routeoptimization/0.2.0/V1.Vehicle.UnloadingPolicy)\n- [0.1.0](/php/docs/reference/maps-routeoptimization/0.1.0/V1.Vehicle.UnloadingPolicy) \nReference documentation and code samples for the Google Maps Route Optimization V1 Client class UnloadingPolicy.\n\nPolicy on how a vehicle can be unloaded. Applies only to shipments having\nboth a pickup and a delivery.\n\nOther shipments are free to occur anywhere on the route independent of\n`unloading_policy`.\n\nProtobuf type `google.maps.routeoptimization.v1.Vehicle.UnloadingPolicy`\n\nNamespace\n---------\n\nGoogle \\\\ Maps \\\\ RouteOptimization \\\\ V1 \\\\ Vehicle\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### UNLOADING_POLICY_UNSPECIFIED\n\n Value: 0\n\nUnspecified unloading policy; deliveries must just occur after their\ncorresponding pickups.\n\nGenerated from protobuf enum `UNLOADING_POLICY_UNSPECIFIED = 0;`\n\n### LAST_IN_FIRST_OUT\n\n Value: 1\n\nDeliveries must occur in reverse order of pickups\n\nGenerated from protobuf enum `LAST_IN_FIRST_OUT = 1;`\n\n### FIRST_IN_FIRST_OUT\n\n Value: 2\n\nDeliveries must occur in the same order as pickups\n\nGenerated from protobuf enum `FIRST_IN_FIRST_OUT = 2;`"]]