mapkeyIconList | R Documentation |
Make Mapkey-icon set
mapkeyIconList(...)
... |
icons created from |
A list of class "leaflet_mapkey_icon_set"
https://github.com/mapshakers/leaflet-mapkey-icon
Other Mapkey Functions:
[.leaflet_mapkey_icon_set()
,
addMapkeyMarkers()
,
makeMapkeyIcon()
,
mapkeyIcons()
iconSet <- mapkeyIconList(
red = makeMapkeyIcon(color = "#ff0000"),
blue = makeMapkeyIcon(color = "#0000ff")
)
iconSet[c("red", "blue")]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.