[][src]Function importer::utils::download_kml

pub fn download_kml(
    output: &str,
    url: &str,
    bounds: &GPSBounds,
    require_all_pts_in_bounds: bool,
    timer: &mut Timer<'_>
)