예를 들어 픽업 또는 하차를 위해 경로를 따라 정차하려면 경유지를 정차 경유지로 지정합니다. 이렇게 하려면 경유지 Waypoint (REST) 또는 Waypoint (gRPC)의 vehicleStopover 속성을 사용합니다.
이 설정을 사용하면 고속도로나 터널과 같이 승차 및 하차에 적합하지 않은 도로에서 계산된 경로가 시작되거나 끝나지 않습니다.
지상 도로가 터널 내부의 도로를 가로지르는 상황을 생각해 보세요.
두 도로가 교차하는 지점에 있는 경유지를 지정하면 결과 경로가 지상 도로 또는 터널에서 시작하거나 끝납니다. 터널에서는 승하차를 위해 정차할 수 없으므로 이 결과는 문제가 됩니다.
승차 또는 하차 지점으로 경유지를 사용하려면 vehicleStopover 필드를 true로 설정하여 결과 경로가 승차 및 하차가 허용되는 도로에서 시작하거나 종료되도록 합니다.
[[["이해하기 쉬움","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-10(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,[]]