[[["이해하기 쉬움","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-06-24(UTC)"],[[["Calculates the minimum distance between two Earth Engine geometries."],["Takes a Geometry as the right operand and optional `maxError` and `proj` parameters."],["Returns the distance as a float, representing meters on the sphere if `proj` is not specified."],["Can be used with BBox, Point, and other geometry types for distance computations."]]],["The `distance` method calculates the minimum distance between two geometries. It takes a `right` geometry as input, and optionally `maxError`, `proj` (projection), and `spherical` parameters. `maxError` sets the tolerated error, `proj` defines the projection, and `spherical` determines if the calculation is spherical or elliptical. The method returns a float representing the distance. Example usage demonstrates calculating the distance between a BBox and a Point geometry, printing the distance, and visualizing both geometries on a map.\n"]]