blur property

double? blur
getter/setter pair

Represents how much blur should be added to the interpolated image. Works best in the range of 0-1, all higher values would need a lot more performance of the machine to calculate more detailed interpolation.

  • Note: Useful, if the data is spread into wide range of longitude and latitude values.

API Docs: https://api.highcharts.com/highcharts/series.geoheatmap.interpolation.blur

Implementation

double? blur;