get Heatmap
fun AnylineTireTreadSdk.Companion.getHeatmap(measurementUuid: String, timeoutSeconds: Int = 60, onResponse: (Response<Heatmap>) -> Unit = {})
Request the Heatmap for the specified Measurement. This function is blocking and should only be call on a background thread.
Parameters
measurement Uuid
: UUID of the required Measurement.
on Success
: callback invoked when the heatmap is available
on Failure
: callback invoked when the heatmap is not available
timeout Seconds
: Timeout for the function. Defaults to 60 seconds.