PitchControlOptions interface
The options for a PitchControl object.
- Extends
Properties
inverted | Inverts the direction of map pitch controls. |
pitch |
The angle that the map will tilt with each click of the control.
Default |
style | The style of the control.
Default |
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