PitchControlOptions interface

The options for a PitchControl object.

Extends

Properties

inverted

Inverts the direction of map pitch controls.

pitchDegreesDelta

The angle that the map will tilt with each click of the control. Default 10.

style

The style of the control. Default ControlStyle.light.

Property Details

inverted

Inverts the direction of map pitch controls.

inverted?: boolean

Property Value

boolean

pitchDegreesDelta

The angle that the map will tilt with each click of the control. Default 10.

pitchDegreesDelta: number

Property Value

number

style

The style of the control. Default ControlStyle.light.

style: ControlStyle

Property Value