Display Heatmap Overlay
Android V4
Creating a heatmap
Inserting the heatmap layer between MapsIndoors layers
mapboxMap.getStyle { style ->
style.addLayerBelow(createHeatmapLayer(), Layers.AREA_FILL)
}mapboxMap.getStyle { style ->
style.addLayerBelow(createHeatmapLayer(), MPLayers.POI)
}Last updated
Was this helpful?