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.

hideIfUnsupported

Indicates if the control should be hidden if the browser does not support fullscreen mode. Default false

style

The style of the control. Default ControlStyle.light

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

Property Value