mapkeyIconList {leaflet.extras2} | R Documentation |
Make Mapkey-icon set
Description
Make Mapkey-icon set
Usage
mapkeyIconList(...)
Arguments
... |
icons created from |
Value
A list of class "leaflet_mapkey_icon_set"
References
https://github.com/mapshakers/leaflet-mapkey-icon
See Also
Other Mapkey Functions:
[.leaflet_mapkey_icon_set()
,
addMapkeyMarkers()
,
makeMapkeyIcon()
,
mapkeyIcons()
Examples
iconSet = mapkeyIconList(
red = makeMapkeyIcon(color = "#ff0000"),
blue = makeMapkeyIcon(color = "#0000ff")
)
iconSet[c("red", "blue")]
[Package leaflet.extras2 version 1.2.2 Index]