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 ​
readonlyanimate:InputSignal<number>
Defined in: angular/src/lib/ui/navigation-controls.component.ts:64
Animation length for the home button, in ms.
full ​
readonlyfull:WritableSignal<boolean>
Defined in: angular/src/lib/ui/navigation-controls.component.ts:71
Whether the globe is fullscreen (tracked while fullscreen is on).
fullscreen ​
readonlyfullscreen:InputSignal<boolean>
Defined in: angular/src/lib/ui/navigation-controls.component.ts:66
Add a fullscreen toggle for the globe.
home ​
readonlyhome:InputSignal<false|CameraTarget>
Defined in: angular/src/lib/ui/navigation-controls.component.ts:62
Where the home button goes; false hides it.
orientation ​
readonlyorientation:InputSignal<"horizontal"|"vertical">
Defined in: angular/src/lib/ui/navigation-controls.component.ts:55
position ​
readonlyposition:InputSignal<WwPanelPosition>
Defined in: angular/src/lib/ui/navigation-controls.component.ts:54
screenshot ​
readonlyscreenshot: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 ​
readonlyshowTilt:InputSignal<boolean>
Defined in: angular/src/lib/ui/navigation-controls.component.ts:60
tiltStep ​
readonlytiltStep:InputSignal<number>
Defined in: angular/src/lib/ui/navigation-controls.component.ts:59
Degrees per tilt step.
zoomFactor ​
readonlyzoomFactor:InputSignal<number>
Defined in: angular/src/lib/ui/navigation-controls.component.ts:57
Range multiplier per zoom step.