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"]],["최종 업데이트: 2025-09-25(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"]]