Crate geohash[][src]

Structs

Coordinate

A primitive type which holds x and y position information

Neighbors

Enums

Direction

Functions

decode

Decode a geohash into a coordinate with some longitude/latitude error. The return value is (<coordinate>, <longitude error>, <latitude error>).

decode_bbox

Decode geohash string into latitude, longitude

encode

Encode a coordinate to a geohash with length len.

neighbor
neighbors

Find all neighboring geohashes for the given geohash.