Type alias NavigationControlOptions

NavigationControlOptions: {
    showCompass?: boolean;
    showZoom?: boolean;
    visualizePitch?: boolean;
}

The NavigationControl options object

Type declaration

  • Optional showCompass?: boolean

    If true the compass button is included.

  • Optional showZoom?: boolean

    If true the zoom-in and zoom-out buttons are included.

  • Optional visualizePitch?: boolean

    If true the pitch is visualized by rotating X-axis of compass.