위치를 나타내려면 Waypoint
(REST) 또는 Waypoint (gRPC)
객체를 만듭니다. 위도 및 경도 쌍으로 정의된 위치는 특정 도로변에 해당할 수 있습니다. 그러나 경로 최적화를 지원하기 위해 경로는 지정된 위치의 반대편 도로변에 정차하도록 설정할 수 있습니다.
경유지는 경유지 위치가 차량이 위치에 지정된 것과 동일한 도로변에 정차하도록 선호함을 나타내는 sideOfRoad 속성을 지원합니다.
경로가 선호하는 도로변을 사용하도록 지정하려면 경유지 sideOfRoad 속성을 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"]],["최종 업데이트: 2026-09-14(UTC)"],[],["Waypoints can include location modifiers like `heading` and `sideOfRoad` to influence route calculations. `Heading`, a 0-359 compass direction value, specifies the vehicle's arrival direction. `sideOfRoad` indicates a preference for the vehicle to stop on the same side of the road as the specified location. Both modifiers are only available for `Drive` or `Two-wheeler` modes and when using latitude/longitude pairs. `Heading` and `sideOfRoad` are incompatible. Using these modifiers will result in a higher billing rate.\n"]]