tileOptions(minZoom = 0, maxZoom = 18, maxNativeZoom = NULL, tileSize = 256,
subdomains = "abc", errorTileUrl = "", tms = FALSE, continuousWorld = FALSE,
noWrap = FALSE, zoomOffset = 0, zoomReverse = FALSE, opacity = 1, zIndex = NULL,
unloadInvisibleTiles = NULL, updateWhenIdle = NULL, detectRetina = FALSE,
reuseTiles = FALSE)WMSTileOptions(styles = "", format = "image/jpeg", transparent = FALSE,
version = "1.1.1", crs = NULL, ...)
popupOptions(maxWidth = 300, minWidth = 50, maxHeight = NULL, autoPan = TRUE,
keepInView = FALSE, closeButton = TRUE, zoomAnimation = TRUE, closeOnClick = NULL,
className = "")
markerOptions(clickable = TRUE, draggable = FALSE, keyboard = TRUE, title = "",
alt = "", zIndexOffset = 0, opacity = 1, riseOnHover = FALSE, riseOffset = 250)
markerClusterOptions(showCoverageOnHover = TRUE, zoomToBoundsOnClick = TRUE,
spiderfyOnMaxZoom = TRUE, removeOutsideVisibleBounds = TRUE, ...)
pathOptions(lineCap = NULL, lineJoin = NULL, clickable = TRUE, pointerEvents = NULL,
className = "")
'image/png' for layers with
transparency)TRUE, the WMS service will return images with
transparencyWMSTileOptions() (all arguments of
tileOptions() can be used)pointer-events attribute on the path if
SVG backend is usedtileOptions: Options for tile layersWMSTileOptions: Options for WMS tile layerspopupOptions: Options for popupsmarkerOptions: Options for markersmarkerClusterOptions: Options for marker clusterspathOptions: Options for vector layers (polylines, polygons,
rectangles, and circles, etc)