| Crates.io | r_geo_hash |
| lib.rs | r_geo_hash |
| version | 0.1.0 |
| created_at | 2023-04-19 08:17:44.204891+00 |
| updated_at | 2023-04-19 08:17:44.204891+00 |
| description | A geohash library to get some usefull data |
| homepage | |
| repository | |
| max_upload_size | |
| id | 843335 |
| size | 5,611 |
A geohash library to get some usefull data
use library to get:
1. Distance between two geo-located points in Km, Miles and Nautic miles:
- pass _lat, lon, lat, lon_ and _unit_ parameters to function.
2. Minimum geohash precision for a given geoBound array and the number of squares you want to divide it.
- pass an array like _[ top_left => [ lat => x, lon => y ], bottom_right => [ lat => x, lon => y ]_.
- pass the number of squares, it has to be multiple of two.
- Function will return the minimal geohash precision (from 1 to 12) who can contain every square.