Function geohash::decode [] [src]

pub fn decode(hash_str: &str) -> (Coordinate, f64, f64)

Encode latitude, longitude into geohash string

Parameters: Geohash encoded &str

Returns: A four-element tuple describs a bound box: * latitude * longitude * latitude error * longitude error