Function oldnav_lib::navdata::geohash::decode_precision_nocheck
[−]
[src]
pub fn decode_precision_nocheck(geohash: u64, precision: u8, range: &Bounds) -> Result<Bounds, String>
decode an integer geohash with specified precision, without checking whether or not the precision is less than the hash's internal precision.