R/featureLayers.R
Add Esri Heatmap Feature Layer.
addEsriHeatmapFeatureLayer(map, url, radius = 25, gradient = NULL, options = featureLayerOptions(), layerId = NULL, group = NULL)
map | The leaflet map |
---|---|
url | url of the FeatureService or MapService. |
radius | Radius for the heatmap |
gradient | The gradient |
options | options for the featurelayer |
layerId | A unique ID for the layer. |
group | The name of the group this layer should be added to.
the same parameter under |