FullscreenControlOptions interface
The options for a FullscreenControl object.
- Extends
Properties
container | The HTML element which should be made full screen. If not specified, the map container element will be used. |
hide |
Indicates if the control should be hidden if the browser does not support fullscreen mode.
Default |
style | The style of the control.
Default |
Property Details
container
The HTML element which should be made full screen. If not specified, the map container element will be used.
container?: HTMLElement
Property Value
HTMLElement
hideIfUnsupported
Indicates if the control should be hidden if the browser does not support fullscreen mode.
Default false
hideIfUnsupported?: boolean
Property Value
boolean
style
The style of the control.
Default ControlStyle.light
style?: ControlStyle