| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | marius@monkey.org |
Data.Geohash
Description
Compute geohashes as per http:en.wikipedia.orgwikiGeohash
Note that the implementation pays little regard to performance at
this point.
TODO: return precision/error values in decode?
Documentation
Arguments
| :: (Fractional a, Ord a) | |
| => Int | precision |
| -> (a, a) |
|
| -> Maybe String | geohash |
Arguments
| :: Fractional a | |
| => String | geohash |
| -> Maybe (a, a) | (lat, lon) |
Arguments
| :: Fractional a | |
| => String | geohash |
| -> Maybe ((a, a), (a, a)) | ((latmin, latmax), (lonmin, lonmax)) |