... p++) { const hash = Geohash.encode(lat, lon, p); const posn = Geohash.decode(hash); if (posn.lat==lat && posn.lon==lon) return hash; } precision = 12; ...
確定! 回上一頁