Learn R Programming

leaflet.extras2 (version 1.3.1)

reachabilityOptions: reachabilityOptions

Description

Add extra options. For a full list please visit the plugin repository.

Usage

reachabilityOptions(
  collapsed = TRUE,
  pane = "overlayPane",
  position = "topleft",
  ...
)

Value

A list of options for addReachability

Arguments

collapsed

Should the control widget start in a collapsed mode. Default is TRUE

pane

Leaflet pane to add the isolines GeoJSON to. Default is overlayPane

position

Leaflet control pane position. Default is topleft

...

Further arguments passed to `L.Control.Reachability`

References

https://github.com/traffordDataLab/leaflet.reachability

See Also

Other Reachability Functions: addReachability(), removeReachability()