worldwind-ui API / react-worldwind / NavigationControlsProps
Interface: NavigationControlsProps ​
Defined in: react/src/ui/NavigationControls.tsx:9
Properties ​
animate? ​
optionalanimate?:number
Defined in: react/src/ui/NavigationControls.tsx:20
Animation length for the home button, in ms. Default 1500.
className? ​
optionalclassName?:string
Defined in: react/src/ui/NavigationControls.tsx:25
fullscreen? ​
optionalfullscreen?:boolean
Defined in: react/src/ui/NavigationControls.tsx:22
Add a fullscreen toggle for the globe. Default false.
home? ​
optionalhome?:false|CameraTarget
Defined in: react/src/ui/NavigationControls.tsx:18
Where the home button goes; false hides it.
orientation? ​
optionalorientation?:"horizontal"|"vertical"
Defined in: react/src/ui/NavigationControls.tsx:11
position? ​
optionalposition?:PanelPosition
Defined in: react/src/ui/NavigationControls.tsx:10
screenshot? ​
optionalscreenshot?: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? ​
optionalshowTilt?:boolean
Defined in: react/src/ui/NavigationControls.tsx:16
tiltStep? ​
optionaltiltStep?:number
Defined in: react/src/ui/NavigationControls.tsx:15
Degrees per tilt step. Default 15.
zoomFactor? ​
optionalzoomFactor?:number
Defined in: react/src/ui/NavigationControls.tsx:13
Range multiplier per zoom step. Default 2.