Skip to content

worldwind-ui API / worldwind-kit / GeographicTextOptions

Interface: GeographicTextOptions ​

Defined in: kit/src/shapes/text.ts:14

Extends ​

Properties ​

altitudeMode? ​

optional altitudeMode?: AltitudeMode

Defined in: kit/src/shapes/text.ts:22


alwaysOnTop? ​

optional alwaysOnTop?: boolean

Defined in: kit/src/shapes/text.ts:23


color? ​

optional color?: ColorInput

Defined in: kit/src/shapes/text.ts:17


depthTest? ​

optional depthTest?: boolean

Defined in: kit/src/shapes/text.ts:24


displayName? ​

optional displayName?: string | null

Defined in: kit/src/shapes/attributes.ts:76

Inherited from ​

RenderableOptions.displayName


enabled? ​

optional enabled?: boolean

Defined in: kit/src/shapes/attributes.ts:77

Inherited from ​

RenderableOptions.enabled


fontSize? ​

optional fontSize?: number

Defined in: kit/src/shapes/text.ts:18


offset? ​

optional offset?: OffsetInput

Defined in: kit/src/shapes/text.ts:21


outline? ​

optional outline?: boolean

Defined in: kit/src/shapes/text.ts:19


outlineColor? ​

optional outlineColor?: ColorInput

Defined in: kit/src/shapes/text.ts:20


position ​

position: LatLonAlt

Defined in: kit/src/shapes/text.ts:15


text ​

text: string

Defined in: kit/src/shapes/text.ts:16


userData? ​

optional userData?: unknown

Defined in: kit/src/shapes/attributes.ts:79

Stored on the renderable's userProperties; comes back from picks.

Inherited from ​

RenderableOptions.userData

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