다른 입력 형상에 가장 가까운 각 입력 형상의 점을 나타내는 최대 2개의 항목이 포함된 사전을 반환합니다. 두 도형 중 하나가 비어 있으면 빈 사전이 반환됩니다. 두 도형이 모두 무한대인 경우 사전에는 'left'와 'right' 모두에 임의의 점이 있습니다. 한 도형이 무한한 경우 사전에는 'left'와 'right' 모두에 대해 유한한 도형에 포함된 임의의 점이 있습니다.
[[["이해하기 쉬움","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-26(UTC)"],[],["The function identifies and returns the closest points between two geometries ('left' and 'right') in a dictionary. The output dictionary contains up to two points. If either input is empty, it returns an empty dictionary. Unbounded inputs return arbitrary points. It supports optional `maxError` for reprojection tolerance and `proj` for specifying the coordinate projection, defaulting to spherical coordinates with meter distances. The operation is executed using the 'left' geometry as the base, operating on the `right`.\n"]]