FullScreenControl

API Reference (beta) for <FullScreenControl />

Property Type Description
position
optional
"top-left" | "top-right" | "bottom-left" | "bottom-right"
-
onfullscreenstart
optional
Listener<Event<FullscreenControl>>()
-
onfullscreenend
optional
Listener<Event<FullscreenControl>>()
-
container
optional
HTMLElement
`container` is the [compatible DOM element](https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullScreen#Compatible_elements) which should be made full screen. By default, the map container element will be made full screen.