Added 'scaleRadius' to 'heatmap.js'.

This commit is contained in:
Daniel Rosenwasser
2015-09-01 15:29:04 -07:00
parent 9e5950bca3
commit 526f96163d
+5
View File
@@ -64,6 +64,11 @@ interface HeatmapConfiguration {
*/
radius?: number;
/**
* Scales the radius based on map zoom.
*/
scaleRadius?: boolean;
/*
* Indicate whether the heatmap should use a global extrema or a local
* extrema (the maximum and minimum of the currently displayed viewport)