Geohash
Geohash is a way to encode a geographic location (latitude and longitude) into a short string of characters, which represents that location with varying levels of precision. This API endpoint encodes and decodes geohashes, shows neighbours and bounding box areas.
Geohash endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
geohash (encode) /rapidapi/geohash/encode.php |
Encodes geolocation point to geohash with precision 1 to 12 in one request |
| GET |
geolocation (decode) /rapidapi/geohash/decode.php |
Decodes gehash into geolocation point |