View source: R/featureLayers.R
Add Esri Heatmap Feature Layer.
1 2 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.