make Heat Map
abstract fun makeHeatMap(aliases: List<String>, threshold: Double): HeatMap
Content copied to clipboard
Create a new HeatMap object. Parameters:
aliases: A collection of aliases to be considered when generating data points for this heatmap. These should refer to existing anchors within the venue data.
threshold: The radius in meters from the user to consider when generating data points based on proximity to anchors.