Function geohash::encode [] [src]

pub fn encode(c: Coordinate<f64>, num_chars: usize) -> String

Encode latitude, longitude into geohash string

Parameters: * latitude * longitude * num_chars: how many characters to encode

Returns: Geohash encoded String