সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ইন্টারমিডিয়েট ওয়েপয়েন্ট হল অ-টার্মিনাল ওয়েপয়েন্ট যা একটি রুট তৈরি করে। আপনি intermediates অনুরোধ ক্ষেত্র ব্যবহার করে তাদের কনফিগার করুন। ডিফল্টরূপে, মধ্যবর্তী ওয়েপয়েন্টগুলি পিকআপ এবং ড্রপ-অফ বন্ধ করার জন্য ব্যবহার করা হয়, তবে আপনি নির্দিষ্ট করতে পারেন যে একটি মধ্যবর্তী ওয়েপয়েন্ট শুধুমাত্র মধ্য দিয়ে যাওয়ার জন্য।
একটি পাস-থ্রু ওয়েপয়েন্ট কনফিগার করা হচ্ছে
আপনি একটি মধ্যবর্তী ওয়েপয়েন্টকে একটি পাস-থ্রু ওয়েপয়েন্ট হিসাবে কনফিগার করতে পারেন via ফিল্ড সেট করে।
উদাহরণ
নিম্নলিখিত উদাহরণটি দেখায় কিভাবে একটি মধ্যবর্তী পথপয়েন্টকে পাস-থ্রু ওয়েপয়েন্ট হিসেবে চিহ্নিত করা যায়।
[null,null,["2025-04-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eIntermediate waypoints are used for pick-up/drop-off by default, but can be configured as pass-through points using the \u003ccode\u003eintermediates\u003c/code\u003e request field.\u003c/p\u003e\n"],["\u003cp\u003eA pass-through waypoint is set by defining the \u003ccode\u003evia\u003c/code\u003e field as \u003ccode\u003etrue\u003c/code\u003e within the waypoint's configuration.\u003c/p\u003e\n"],["\u003cp\u003eRoutes containing an origin, pass-through waypoint, and destination will only have one leg, connecting the origin and destination while passing through the intermediate point.\u003c/p\u003e\n"]]],["Intermediate waypoints are configurable route points using the `intermediates` field. They can be designated as stops for pickup/drop-off or as pass-through points. To configure a pass-through waypoint, set the `via` field to `true`. A route with a pass-through waypoint includes only one route leg connecting the origin to the destination. The `location` field is required with the lat/lng values for the waypoint.\n"],null,["# Use Intermediate Waypoints\n\nIntermediate waypoints are the non-terminal waypoints that make up a route. You\nconfigure them using the `intermediates` request field. By default, intermediate\nwaypoints are used for stopping to pickup and drop-off, but you can specify that\nan intermediate waypoint is meant just for passing through.\n| **Note:** A route that contains an origin waypoint, a pass-through intermediate waypoint, and a destination waypoint, will contain just one route leg---that connects the origin and the destination, while passing through the intermediate via waypoint.\n\nConfiguring a pass-through waypoint\n-----------------------------------\n\nYou can configure an intermediate waypoint to be a pass-through waypoint by\nsetting the\n[`via`](/maps/documentation/routes_preferred/reference/rest/v1alpha/TopLevel/computeRoutes#Waypoint.FIELDS.via)\nfield.\n\nExample\n-------\n\nThe following example demonstrates how to mark an intermediate waypoint as a\npass-through waypoint. \n\n```cplint\n{\n \"via\": true,\n \"location\": {\n \"latLng\": {\n \"latitude\":37.419734,\n \"longitude\":-122.0827784\n }\n }\n}\n```"]]