pub fn draw_isochrone( map: &Map, time_to_reach_building: &HashMap<BuildingID, Duration>, thresholds: &[f64], colors: &[Color]) -> GeomBatch
Thresholds are Durations, in units of seconds