Function geohashing::get_geohash[][src]

pub fn get_geohash(
    date: NaiveDate,
    (lat, lon): (f64, f64)
) -> Option<(f64, f64)>

Get the coordinates of the geohash on that day. Fully W30 compliant.