[][src]Function map_gui::tools::make_heatmap

pub fn make_heatmap(
    ctx: &mut EventCtx<'_>,
    batch: &mut GeomBatch,
    bounds: &Bounds,
    pts: Vec<Pt2D>,
    opts: &HeatmapOptions
) -> Widget