makeHeatMap

abstract fun makeHeatMap(aliases: List<String>, threshold: Double): HeatMap

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.