मॉडल, पूरे अनुरोध के लिए सेटिंग और पाबंदियां कैप्चर करता है. इसमें Shipments और Vehicles, दोनों शामिल हैं.
शिपमेंट, टास्क या असल शिपमेंट को दिखाते हैं. इनमें पिकअप और डिलीवरी VisitRequest शामिल होती हैं. शिपमेंट के लिए स्थानीय सेटिंग और पाबंदियां लागू होती हैं.
वाहन, वाहनों, ड्राइवरों या कर्मचारियों को दिखाते हैं. वाहनों पर भी स्थानीय सेटिंग और पाबंदियां लागू होती हैं.
हर इकाई की प्रॉपर्टी, ऑप्टिमाइज़ेशन की समस्या के किसी हिस्से के बारे में बताती हैं. यह जानकारी, किसी खास लेवल के हिसाब से होती है. मॉडल के हिसाब से तय की गई पाबंदियां, सभी शिपमेंट और वाहनों पर लागू होती हैं. वहीं, शिपमेंट या वाहनों के लिए तय की गई पाबंदियां और प्रॉपर्टी, किसी एक शिपमेंट या वाहन के लिए होती हैं.
हर मैसेज टाइप के बारे में पूरी जानकारी के लिए, ShipmentModel (REST, gRPC), Shipment (REST, gRPC), और Vehicle (REST, gRPC) मैसेज के बारे में जानकारी देने वाला दस्तावेज़ देखें.
OptimizeToursRequest प्रॉपर्टी
टॉप-लेवल OptimizeToursRequest मैसेज (REST, gRPC) की कुछ ऐसी प्रॉपर्टी हैं जिनका इस्तेमाल आम तौर पर किया जाता है. इनमें ये शामिल हैं:
searchMode से पता चलता है कि तय की गई शर्तों को पूरा करने वाले पहले समाधान को दिखाना है या तय समयसीमा में सबसे अच्छा समाधान ढूंढना है.
considerRoadTraffic यह कुकी तय करती है कि रूटिंग और ईटीए का अनुमान लगाने के लिए, लाइव ट्रैफ़िक का इस्तेमाल किया जाएगा या नहीं.
populateTransitionPolylines से यह तय होता है कि जवाब में रास्ते की पॉलीलाइन और रास्ते के टोकन दिखाए जाएं या नहीं.
मॉडल की प्रॉपर्टी
ShipmentModel मैसेज की कुछ सामान्य तौर पर इस्तेमाल की जाने वाली प्रॉपर्टी (REST,
gRPC) में ये शामिल हैं:
globalStartTime से पता चलता है कि सभी वाहनों और शिपमेंट के लिए, रास्तों के शुरू होने का सबसे पहला समय क्या है. कोई भी वाहन, इस समय से पहले अपनी पहली ट्रांज़िशन और शिपमेंट शुरू नहीं कर सकता.
globalEndTime से सभी वाहनों और शिपमेंट के लिए, रास्ते में लगने वाले सबसे ज़्यादा समय की जानकारी मिलती है. इस समय से पहले, असाइन किए गए सभी शिपमेंट और ट्रांज़िशन पूरे होने चाहिए.
शिपमेंट की प्रॉपर्टी
Shipment मैसेज की कुछ सामान्य तौर पर इस्तेमाल की जाने वाली प्रॉपर्टी (REST, gRPC) में ये शामिल हैं:
pickups[] और deliveries[] से पता चलता है कि शिपमेंट को कहां से पिक अप किया जा सकता है या कहां ड्रॉप ऑफ़ किया जा सकता है. pickups[] और deliveries[] प्रॉपर्टी, दोनों VisitRequest मैसेज (REST, gRPC) का इस्तेमाल करती हैं.
loadDemands से पता चलता है कि किसी वाहन को शिपमेंट पूरा करने के लिए कितना लोड ले जाना होगा. वाहन की load_limits (REST, gRPC) प्रॉपर्टी से पता चलता है कि वाहन में एक बार में कितना सामान रखा जा सकता है.
लोड की मांग और सीमाएं में लोड के बारे में ज़्यादा पढ़ें.
penalty_cost से पता चलता है कि शिपमेंट को स्किप करने पर कितना शुल्क लगता है. लागत मॉडल के पैरामीटर में लागत के बारे में ज़्यादा पढ़ें.
वाहन की प्रॉपर्टी
Vehicle मैसेज की कुछ सामान्य तौर पर इस्तेमाल की जाने वाली प्रॉपर्टी (REST, gRPC) में ये शामिल हैं:
startLocation से पता चलता है कि वाहन को अपना रास्ता कहां से शुरू करना चाहिए. इस प्रॉपर्टी का इस्तेमाल करना ज़रूरी नहीं है. अगर यह जानकारी नहीं दी जाती है, तो वाहन का रूट उस जगह से शुरू होता है जहां उसे पहली बार शिपमेंट असाइन किया गया है.
endLocation से पता चलता है कि वाहन का रास्ता कहां खत्म होना चाहिए. इस प्रॉपर्टी का इस्तेमाल करना ज़रूरी नहीं है. अगर इस बारे में जानकारी नहीं दी जाती है, तो वाहन का रूट उस जगह पर खत्म हो जाता है जहां उसे आखिरी बार शिपमेंट सौंपा गया था.
startTimeWindows[] से पता चलता है कि वाहन कब अपना रास्ता शुरू कर सकता है. इस प्रॉपर्टी का इस्तेमाल करना ज़रूरी नहीं है.
endTimeWindows[] से पता चलता है कि कोई वाहन कब अपना रास्ता शुरू और खत्म कर सकता है.
दोनों प्रॉपर्टी की वैल्यू देना ज़रूरी नहीं है.
loadLimits से पता चलता है कि शिपमेंट की मांग को पूरा करने के लिए, वाहन की कितनी क्षमता उपलब्ध है. लोड डिमांड और सीमाएं में लोड डिमांड और सीमाओं के बारे में ज़्यादा पढ़ें.
JSON फ़ॉर्मैट में अनुरोध का पूरा उदाहरण इस तरह दिखता है:
OptimizeTours और BatchOptimizeTours, दोनों ही अनुरोध वाले मैसेज का इस्तेमाल करते हैं. जैसे, ऊपर दिए गए उदाहरण में बताया गया है. हालांकि, दोनों अलग-अलग तरीके से ऐसा करते हैं. रास्ते को ऑप्टिमाइज़ करने का अनुरोध करने से पहले, यह समझना ज़रूरी है कि इन दोनों तरीकों में क्या अंतर है:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-09-04 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eRoute Optimization requests require defining a \u003ccode\u003eModel\u003c/code\u003e with \u003ccode\u003eShipments\u003c/code\u003e and \u003ccode\u003eVehicles\u003c/code\u003e to represent the optimization problem.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModel\u003c/code\u003e sets global parameters, while \u003ccode\u003eShipments\u003c/code\u003e and \u003ccode\u003eVehicles\u003c/code\u003e have individual properties and constraints for pickups, deliveries, loads, and time windows.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOptimizeToursRequest\u003c/code\u003e allows controlling the search mode, traffic considerations, and response details.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOptimizeTours\u003c/code\u003e and \u003ccode\u003eBatchOptimizeTours\u003c/code\u003e offer synchronous and asynchronous request processing, respectively, with key differences in handling large or complex scenarios.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify global start and end times for all vehicles and shipments within the \u003ccode\u003eShipmentModel\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Construct a request message\n\n**European Economic Area (EEA) developers** If your billing address is in the European Economic Area, effective on 8 July 2025, the [Google Maps Platform EEA Terms of Service](https://cloud.google.com/terms/maps-platform/eea) will apply to your use of the Services. Functionality varies by region. [Learn more](/maps/comms/eea/faq).\n\nAs briefly described in [Route Optimization Overview](/maps/documentation/route-optimization/overview), a basic request\nconsists of **Model** , **Shipments** , and **Vehicles** as required entities:\n\n- **Model** captures settings and constraints for the entire request, inclusive of both `Shipments` and `Vehicles`.\n- **Shipments** represent tasks or actual shipments that include pickup and delivery `VisitRequest`s. Shipments have local settings and constraints.\n- **Vehicles** represent vehicles, drivers, or personnel. Vehicles also have local settings and constraints.\n\nEach entity's properties describe part of an optimization problem at a\nparticular level of granularity. Model-wide constraints are applied to all\nshipments and vehicles, while constraints and properties specified on shipments\nor vehicles are specific to a single shipment or vehicle.\n\nFor complete documentation on each message type, see the reference documentation\nfor `ShipmentModel` ([REST](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel), [gRPC](/maps/documentation/route-optimization/reference/rpc/google.maps.routeoptimization.v1#google.maps.routeoptimization.v1.ShipmentModel)), `Shipment` ([REST](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel#Shipment), [gRPC](/maps/documentation/route-optimization/reference/rpc/google.maps.routeoptimization.v1#google.maps.routeoptimization.v1.Shipment)),\nand `Vehicle` ([REST](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel#Vehicle), [gRPC](/maps/documentation/route-optimization/reference/rpc/google.maps.routeoptimization.v1#google.maps.routeoptimization.v1.Vehicle)) messages.\n\n`OptimizeToursRequest` properties\n---------------------------------\n\nSome commonly used properties of the top-level `OptimizeToursRequest` message\n([REST](/maps/documentation/route-optimization/reference/rest/v1/projects/optimizeTours), [gRPC](/maps/documentation/route-optimization/reference/rpc/google.maps.routeoptimization.v1#google.maps.routeoptimization.v1.OptimizeToursRequest)) include the following:\n\n- `searchMode` indicates whether to return the first solution that satisfies specified constraints or find the best possible solution within a set deadline.\n- `considerRoadTraffic` determines whether or not live traffic is used for routing and ETA estimation.\n- `populateTransitionPolylines` determines whether or not route polylines and route tokens are returned in the response.\n\nModel properties\n----------------\n\nSome commonly used properties of the `ShipmentModel` message ([REST](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel),\n[gRPC](/maps/documentation/route-optimization/reference/rpc/google.maps.routeoptimization.v1#google.maps.routeoptimization.v1.ShipmentModel)) include:\n\n- `globalStartTime` represents the earliest start time of routes across all vehicles and shipments. No vehicle may start its first transitions and shipments before this time.\n- `globalEndTime` represents the latest end time of routes across all vehicles and shipments. All assigned shipments and transitions must be complete before this time.\n\nShipment properties\n-------------------\n\nSome commonly used properties of the `Shipment` message ([REST](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel#Shipment), [gRPC](/maps/documentation/route-optimization/reference/rpc/google.maps.routeoptimization.v1#google.maps.routeoptimization.v1.Shipment))\ninclude:\n\n- `pickups[]` and `deliveries[]` represent where a shipment can be picked up or dropped off. `pickups[]` and `deliveries[]` properties both use the `VisitRequest` message ([REST](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel#VisitRequest), [gRPC](/maps/documentation/route-optimization/reference/rpc/google.maps.routeoptimization.v1#google.maps.routeoptimization.v1.Shipment.VisitRequest)).\n- `loadDemands` represent the load required for a vehicle to complete a shipment. Vehicles' corresponding `load_limits` ([REST](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel#Vehicle.FIELDS.load_limits), [gRPC](/maps/documentation/route-optimization/reference/rpc/google.maps.routeoptimization.v1#google.maps.routeoptimization.v1.Vehicle.FIELDS.repeated.google.maps.routeoptimization.v1.Vehicle.LoadLimitsEntry.google.maps.routeoptimization.v1.Vehicle.load_limits)) property represents how much load a vehicle can accommodate at one time. Read more about load in [Load Demands and Limits](/maps/documentation/route-optimization/load-demands-limits).\n- `penalty_cost` represents the cost incurred if a shipment is skipped. Read more on costs in [Cost Model Parameters](/maps/documentation/route-optimization/cost-model).\n\nVehicle properties\n------------------\n\nSome commonly used properties of the `Vehicle` message ([REST](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel#Vehicle), [gRPC](/maps/documentation/route-optimization/reference/rpc/google.maps.routeoptimization.v1#google.maps.routeoptimization.v1.Vehicle))\ninclude:\n\n- `startLocation` represents where a vehicle must start its route. This property is optional. If not specified, the vehicle's route starts at the location of its first assigned shipment.\n- `endLocation` represents where a vehicle must end its route. This property is optional. If not specified, the vehicle's route ends at the location of its last assigned shipment.\n- `startTimeWindows[]` represents when a vehicle can start its route. This property is optional.\n- `endTimeWindows[]` represents when a vehicle can start and end its route. Both properties are optional.\n- `loadLimits` represent the vehicle's capacity available to meet shipments' load demands. Read more about load demands and limits in [Load Demands and\n Limits](/maps/documentation/route-optimization/load-demands-limits).\n\nA complete example request in JSON format looks like: \n\n {\n \"model\": {\n \"shipments\": [\n {\n \"pickups\": [\n {\n \"arrivalLocation\": {\n \"latitude\": 37.73881799999999,\n \"longitude\": -122.4161\n }\n }\n ],\n \"deliveries\": [\n {\n \"arrivalLocation\": {\n \"latitude\": 37.79581,\n \"longitude\": -122.4218856\n }\n }\n ]\n }\n ],\n \"vehicles\": [\n {\n \"startLocation\": {\n \"latitude\": 37.73881799999999,\n \"longitude\": -122.4161\n },\n \"endLocation\": {\n \"latitude\": 37.73881799999999,\n \"longitude\": -122.4161\n },\n \"costPerKilometer\": 1.0\n }\n ],\n \"globalStartTime\": \"2024-02-13T00:00:00.000Z\",\n \"globalEndTime\": \"2024-02-14T06:00:00.000Z\"\n }\n }\n\n`OptimizeTours` and `BatchOptimizeTours` both consume request messages like the\nexample above, but in different ways. Before making a Route Optimization\nrequest, it's important to understand the difference between the two methods:\n\n[Comparing OptimizeTours and BatchOptimizeTours](/maps/documentation/route-optimization/sync-vs-async)"]]