Skip to content

worldwind-ui API / react-worldwind / NavigationControlsProps

Interface: NavigationControlsProps ​

Defined in: react/src/ui/NavigationControls.tsx:9

Properties ​

animate? ​

optional animate?: number

Defined in: react/src/ui/NavigationControls.tsx:20

Animation length for the home button, in ms. Default 1500.


className? ​

optional className?: string

Defined in: react/src/ui/NavigationControls.tsx:25


fullscreen? ​

optional fullscreen?: boolean

Defined in: react/src/ui/NavigationControls.tsx:22

Add a fullscreen toggle for the globe. Default false.


home? ​

optional home?: false | CameraTarget

Defined in: react/src/ui/NavigationControls.tsx:18

Where the home button goes; false hides it.


orientation? ​

optional orientation?: "horizontal" | "vertical"

Defined in: react/src/ui/NavigationControls.tsx:11


position? ​

optional position?: PanelPosition

Defined in: react/src/ui/NavigationControls.tsx:10


screenshot? ​

optional screenshot?: boolean | DownloadScreenshotOptions

Defined in: react/src/ui/NavigationControls.tsx:24

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


showTilt? ​

optional showTilt?: boolean

Defined in: react/src/ui/NavigationControls.tsx:16


tiltStep? ​

optional tiltStep?: number

Defined in: react/src/ui/NavigationControls.tsx:15

Degrees per tilt step. Default 15.


zoomFactor? ​

optional zoomFactor?: number

Defined in: react/src/ui/NavigationControls.tsx:13

Range multiplier per zoom step. Default 2.

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