| addFullscreenControl {leaflet.extras} | R Documentation |
Add a fullscreen control button
addFullscreenControl(map, position = "topleft", pseudoFullscreen = FALSE)
map |
The leaflet map |
position |
position of control: 'topleft', 'topright', 'bottomleft', or 'bottomright' |
pseudoFullscreen |
if true, fullscreen to page width and height |
## Not run: leaflet() %>% addTiles() %>% addFullscreenControl() ## End(Not run)