[][src]Function osm_geo_mapper::operations::get_geojson_file_by_lat_lon

pub fn get_geojson_file_by_lat_lon(
    lat: f64,
    lon: f64,
    radius: f64
) -> Result<String, Box<dyn Error>>