Skip to content

worldwind-ui API / react-worldwind / ProjectionSwitcherProps

Interface: ProjectionSwitcherProps ​

Defined in: react/src/ui/ProjectionSwitcher.tsx:8

Properties ​

className? ​

optional className?: string

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


heading? ​

optional heading?: string | null

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


labels? ​

optional labels?: Partial<Record<ProjectionKind, string>>

Defined in: react/src/ui/ProjectionSwitcher.tsx:14

Button labels per projection.


position? ​

optional position?: PanelPosition

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


projections? ​

optional projections?: readonly ProjectionKind[]

Defined in: react/src/ui/ProjectionSwitcher.tsx:12

Which projections to offer. Defaults to all of them.

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