worldwind-ui API / ngx-worldwind / WwProjectionSwitcherComponent
Class: WwProjectionSwitcherComponent ​
Defined in: angular/src/lib/ui/projection-switcher.component.ts:31
Buttons that switch between the 3D globe and the flat projections.
Constructors ​
Constructor ​
new WwProjectionSwitcherComponent():
WwProjectionSwitcherComponent
Returns ​
WwProjectionSwitcherComponent
Properties ​
heading ​
readonlyheading:InputSignal<string|null>
Defined in: angular/src/lib/ui/projection-switcher.component.ts:35
labels ​
readonlylabels:InputSignal<Partial<Record<ProjectionKind,string>> |undefined>
Defined in: angular/src/lib/ui/projection-switcher.component.ts:39
Button labels per projection.
panelClass ​
readonlypanelClass:InputSignal<string>
Defined in: angular/src/lib/ui/projection-switcher.component.ts:41
Extra classes for the panel (the widget's host element renders nothing itself).
position ​
readonlyposition:InputSignal<WwPanelPosition>
Defined in: angular/src/lib/ui/projection-switcher.component.ts:34
projections ​
readonlyprojections:InputSignal<readonlyProjectionKind[]>
Defined in: angular/src/lib/ui/projection-switcher.component.ts:37
Which projections to offer. Defaults to all of them.