[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-29。"],[[["Returns the nearest point on the `right` geometry to the `left` geometry."],["Returns `null` if either input geometry is empty."],["Handles unbounded geometries by returning an arbitrary point within the bounded or unbounded input as appropriate."],["Allows specifying an error margin (`maxError`) for reprojection and a projection (`proj`) for the operation."]]],["The function finds the nearest point on the `right` geometry to the `left` geometry. It returns an `Object` representing this point. If either geometry is empty, it returns `null`. Unbounded geometries result in arbitrary point returns. The `maxError` argument controls reprojection tolerance, and `proj` specifies the coordinate system. If no projection is given, calculations are done on a spherical model, and distances are in meters.\n"]]