| addEsriHeatmapFeatureLayer {leaflet.esri} | R Documentation | 
Add Esri Heatmap Feature Layer.
Description
Add Esri Heatmap Feature Layer.
Usage
addEsriHeatmapFeatureLayer(map, url, radius = 25, gradient = NULL,
  options = featureLayerOptions(), layerId = NULL, group = NULL)
Arguments
| 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  | 
[Package leaflet.esri version 1.0.0 Index]