Skip to content

worldwind-ui API / ngx-worldwind / WwNavigationControlsComponent

Class: WwNavigationControlsComponent ​

Defined in: angular/src/lib/ui/navigation-controls.component.ts:51

Zoom, north-up, tilt and home buttons.

Constructors ​

Constructor ​

new WwNavigationControlsComponent(): WwNavigationControlsComponent

Defined in: angular/src/lib/ui/navigation-controls.component.ts:73

Returns ​

WwNavigationControlsComponent

Properties ​

animate ​

readonly animate: InputSignal<number>

Defined in: angular/src/lib/ui/navigation-controls.component.ts:64

Animation length for the home button, in ms.


full ​

readonly full: WritableSignal<boolean>

Defined in: angular/src/lib/ui/navigation-controls.component.ts:71

Whether the globe is fullscreen (tracked while fullscreen is on).


fullscreen ​

readonly fullscreen: InputSignal<boolean>

Defined in: angular/src/lib/ui/navigation-controls.component.ts:66

Add a fullscreen toggle for the globe.


home ​

readonly home: InputSignal<false | CameraTarget>

Defined in: angular/src/lib/ui/navigation-controls.component.ts:62

Where the home button goes; false hides it.


orientation ​

readonly orientation: InputSignal<"horizontal" | "vertical">

Defined in: angular/src/lib/ui/navigation-controls.component.ts:55


position ​

readonly position: InputSignal<WwPanelPosition>

Defined in: angular/src/lib/ui/navigation-controls.component.ts:54


screenshot ​

readonly screenshot: InputSignal<boolean | DownloadScreenshotOptions>

Defined in: angular/src/lib/ui/navigation-controls.component.ts:68

Add a button that saves the globe as an image; an object sets the file type and name.


showTilt ​

readonly showTilt: InputSignal<boolean>

Defined in: angular/src/lib/ui/navigation-controls.component.ts:60


tiltStep ​

readonly tiltStep: InputSignal<number>

Defined in: angular/src/lib/ui/navigation-controls.component.ts:59

Degrees per tilt step.


zoomFactor ​

readonly zoomFactor: InputSignal<number>

Defined in: angular/src/lib/ui/navigation-controls.component.ts:57

Range multiplier per zoom step.

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.