একটি রুট বরাবর একটি স্টপ সেট করুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ইউরোপিয়ান ইকোনমিক এরিয়া (EEA) ডেভেলপার একটি রুট বরাবর একটি স্টপ সেট করতে, উদাহরণস্বরূপ, একটি পিকআপ বা ড্রপঅফের জন্য, আপনি একটি ওয়েপয়েন্টকে স্টপওভার ওয়েপয়েন্ট হিসাবে মনোনীত করেন। এটি করার জন্য, একটি ওয়েপয়েন্ট, ওয়েপয়েন্ট (REST) বা ওয়েপয়েন্ট (gRPC) এর vehicleStopover
প্রপার্টি ব্যবহার করুন। এই সেটিং নিশ্চিত করে যে গণনা করা রুটটি পিকআপ এবং ড্রপ-অফের জন্য অনুপযুক্ত, যেমন হাইওয়ে বা টানেলের রাস্তায় শুরু বা শেষ হয় না।
পরিস্থিতি বিবেচনা করুন যেখানে একটি সুড়ঙ্গের ভিতরে একটি রাস্তার উপর দিয়ে একটি পৃষ্ঠ রাস্তা অতিক্রম করে। যদি আপনি একটি ওয়েপয়েন্ট উল্লেখ করতে চান যেখানে দুটি রাস্তা ছেদ করে (একটি মানচিত্রে যেমন দেখা যায়), তাহলে ফলস্বরূপ রুটটি পৃষ্ঠের রাস্তা বা টানেলের মাধ্যমে শুরু বা শেষ হবে। এই ফলাফলটি একটি সমস্যা উপস্থাপন করে কারণ আপনি পিকআপ বা ড্রপ-অফ করতে টানেলে থামতে পারবেন না।
আপনি যদি পিকআপ বা ড্রপ-অফের জন্য ওয়েপয়েন্ট ব্যবহার করতে চান, তাহলে আপনি vehicleStopover
ক্ষেত্রটিকে true
হিসাবে সেট করুন যাতে ফলস্বরূপ রুটটি পিকআপ এবং ড্রপ-অফের অনুমতি দেয় এমন একটি রাস্তায় শুরু বা শেষ হয়।
নিম্নলিখিত উদাহরণ দেখায় কিভাবে vehicleStopover
সম্পত্তি সেট করতে হয়:
{
"origin":{
"location":{
"latLng":{
"latitude": 37.419734,
"longitude": -122.0827784
}
},
"vehicleStopover": true
},
...
}
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-06-20 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-06-20 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eUse the \u003ccode\u003evehicleStopover\u003c/code\u003e property to designate a waypoint as a stopover for pickups or drop-offs, ensuring the route avoids unsuitable roads like highways or tunnels.\u003c/p\u003e\n"],["\u003cp\u003eRequests utilizing the \u003ccode\u003evehicleStopover\u003c/code\u003e property incur higher billing rates compared to standard route requests.\u003c/p\u003e\n"],["\u003cp\u003eSetting \u003ccode\u003evehicleStopover\u003c/code\u003e to \u003ccode\u003etrue\u003c/code\u003e guarantees the route starts or ends on a road suitable for pickups and drop-offs, avoiding issues with waypoints located near tunnels or highways.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evehicleStopover\u003c/code\u003e property is crucial for optimizing routes for vehicles that require specific pickup and drop-off locations.\u003c/p\u003e\n"]]],["To designate a waypoint for pickup or drop-off, set the `vehicleStopover` property to `true` within the Waypoint object. This ensures the route begins or ends on a suitable road, avoiding locations like highways or tunnels. Setting `vehicleStopover` prevents routes from starting/ending on unsuitable roads. The `vehicleStopover` property is set within the Waypoint's JSON structure. Using `vehicleStopover` incurs a higher billing rate.\n"],null,["# Set a stop along a route\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\nTo set a stop along a route, for example, for a pickup or dropoff, you designate\na waypoint as a stopover waypoint. To do this, use the `vehicleStopover`\nproperty of a waypoint,\n[Waypoint](/maps/documentation/routes/reference/rest/v2/Waypoint) (REST) or\n[Waypoint](/maps/documentation/routes/reference/rpc/google.maps.routing.v2#waypoint) (gRPC).\nThis setting ensures that the calculated route doesn't begin or end on a road\nthat is unsuitable for pickup and drop-off, such as a highway or tunnel.\n| **Caution:** Requests using `vehicleStopover` are billed at a higher rate. [Learn more about billing](/maps/documentation/routes/usage-and-billing) for Routes API.\n\nConsider the situation where a surface road crosses over a road inside a tunnel.\nIf you were to specify a waypoint located where the two roads intersect (as seen\non a map), then the resulting route would begin or end on either the surface\nroad or the tunnel. This result presents a problem because you can't stop in\ntunnels to make pickups or drop-offs.\n\nIf you want to use the waypoint for a pickup or drop-off, then you set the\n`vehicleStopover` field to `true` to ensure that the resulting route begins or\nends on a road that allows pickups and drop-offs.\n\nThe following example demonstrates how to set the\n[`vehicleStopover`](/maps/documentation/routes/reference/rest/v2/TopLevel/computeRoutes#Waypoint.FIELDS.vehicle_stopover)\nproperty: \n\n```text\n{\n \"origin\":{\n \"location\":{\n \"latLng\":{\n \"latitude\": 37.419734,\n \"longitude\": -122.0827784\n }\n },\n \"vehicleStopover\": true\n },\n ...\n}\n```"]]