Add a fullscreen control to a map
add_fullscreen_control.Rd
Add a fullscreen control to a map
Examples
if (FALSE) { # \dontrun{
library(mapgl)
maplibre(
style = maptiler_style("streets"),
center = c(11.255, 43.77),
zoom = 13
) |>
add_fullscreen_control(position = "top-right")
} # }