[][src]Function tidwall_geohash::encode_int_with_precision

pub fn encode_int_with_precision(lat: f64, lng: f64, bits: usize) -> u64

encode_int_with_precision encodes the point (lat, lng) to an integer with the specified number of bits.