[][src]Function tidwall_geohash::encode_with_precision

pub fn encode_with_precision(lat: f64, lng: f64, chars: usize) -> String

encode_with_precision encodes the point (lat, lng) as a string geohash with the specified number of characters of precision (max 12).