Type Alias NavigationControlOptions
type NavigationControlOptions = {
showCompass?: boolean;
showZoom?: boolean;
visualizePitch?: boolean;
visualizeRoll?: boolean;
}
showCompass?: boolean;
showZoom?: boolean;
visualizePitch?: boolean;
visualizeRoll?: boolean;
}
Index
Properties
Properties
OptionalshowCompass
showCompass?: boolean
If true the compass button is included.
OptionalshowZoom
showZoom?: boolean
If true the zoom-in and zoom-out buttons are included.
OptionalvisualizePitch
visualizePitch?: boolean
If true the pitch is visualized by rotating X-axis of compass.
OptionalvisualizeRoll
visualizeRoll?: boolean
If true the roll is visualized by rotating the compass.
Was this helpful?
The NavigationControl options object