Plus Code는 실제 주소가 없는 사람 또는 장소의 상세 주소와 같습니다. 플러스 코드는 도로명과 번호가 포함된 주소 대신 위도와 경도를 기반으로 하며 숫자와 문자로 표시됩니다.
이제 Compute Routes 응답에 geocodingResults 배열이 포함됩니다. 요청의 모든 위치 (출발지, 도착지 또는 중간 경로)가 주소 문자열 또는 플러스 코드로 지정된 경우 API는 장소 ID 조회를 실행합니다. 이 배열의 각 요소에는 위치에 해당하는 장소 ID와 위치에 관한 추가 메타데이터가 포함되어 있습니다. 장소 ID 또는 위도/경도 좌표로 지정된 요청의 위치는 무시됩니다.
기존 미리보기 기능 변경사항
이제 요청에 새 배열 extraComputations 필드를 추가하여 GA에서 다음 기능을 명시적으로 사용 설정해야 합니다.
[[["이해하기 쉬움","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-03-20(UTC)"],[[["The Routes API has transitioned from Preview to General Availability (GA), introducing new features and changes to existing ones."],["You can now specify locations using address strings and Plus Codes in addition to place IDs and coordinates."],["Toll info, fuel consumption, and traffic on a polyline now require explicit enablement using the `extraComputations` field in requests."],["The `geocodingResults` array has been added to the response, providing place IDs and metadata for locations specified as address strings or Plus Codes."],["Existing implementations relying on implicit inclusion of toll info, fuel consumption, or traffic on a polyline data need to be updated to utilize the `extraComputations` field."]]],["The Routes API's GA release introduces new location specification options, including address strings and Plus Codes, and includes a `geocodingResults` array in the response. To enable toll info, fuel consumption, and traffic on a polyline, users must now set the `extraComputations` array in their requests. `extraComputations` values are \"TOLLS\", \"FUEL_CONSUMPTION\", and \"TRAFFIC_ON_POLYLINE\". The field mask must still be used. Certain fields will be omitted in the response unless enabled by `extraComputations`.\n"]]