reachabilityOptions {leaflet.extras2}R Documentation

reachabilityOptions

Description

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

Usage

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

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'

Value

A list of options for addReachability

References

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

See Also

Other Reachability Functions: addReachability(), removeReachability()


[Package leaflet.extras2 version 1.2.2 Index]