pending_actions 운송 및 물류 문서가 지원 중단됩니다.
모빌리티 서비스 사이트에서 업데이트된 문서를 확인할 수 있습니다.
PickupPointOrder
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
열거형 |
PICKUP_POINT_ORDER_UNSPECIFIED |
수령 지점 순서가 지정되지 않았습니다. 기본값은 DISTANCE_FROM_ORIGIN입니다. |
DISTANCE_FROM_SEARCH_LOCATION |
검색 위치에서 반환된 승차 지점까지의 직선 거리 오름차순 |
WALKING_ETA_FROM_SEARCH_LOCATION |
검색 위치에서 수령 지점까지 도보 이동 시간입니다. |
DRIVING_ETA_FROM_PICKUP_POINT_TO_DESTINATION |
도착예정시간에서 소비자 목적지까지 도착예정시간을 늘려 오름차순으로 정렬 이 모드는 대상이 설정되고 computeDriverEta가 true인 경우에만 사용할 수 있습니다. 여러 tripMode가 요청에 포함되는 경우 요청의 첫 번째 travelMode를 기준으로 정렬됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","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-07-27(UTC)"],[[["Pickup point order determines how pickup point options are sorted for the user."],["Options for sorting include distance from search location, walking time, or driving time to the final destination."],["`DISTANCE_FROM_SEARCH_LOCATION` sorts pickup points based on straight-line distance from the search location."],["`WALKING_ETA_FROM_SEARCH_LOCATION` sorts pickup points by the estimated walking time from the search location."],["`DRIVING_ETA_FROM_PICKUP_POINT_TO_DESTINATION` sorts pickup points based on driving time to the final destination and requires a destination and driving ETA calculation."]]],["The provided content outlines the possible ordering methods for pickup points. These methods include default ordering (`PICKUP_POINT_ORDER_UNSPECIFIED`), ascending order by straight-line distance from the search location (`DISTANCE_FROM_SEARCH_LOCATION`), ascending order by walking time from the search location (`WALKING_ETA_FROM_SEARCH_LOCATION`), and ascending order by driving time from the pickup point to the destination (`DRIVING_ETA_FROM_PICKUP_POINT_TO_DESTINATION`). The driving time ordering is contingent on a set destination and enabled `computeDrivingEta` setting. When multiple travel modes are used, the first one determines the ordering.\n"]]