Skip to content

worldwind-ui API / worldwind-kit / PickEvent

Interface: PickEvent ​

Defined in: kit/src/picking.ts:63

Extends ​

Properties ​

clientX ​

clientX: number

Defined in: kit/src/picking.ts:17

Inherited from ​

PickResult.clientX


clientY ​

clientY: number

Defined in: kit/src/picking.ts:18

Inherited from ​

PickResult.clientY


items ​

items: PickedItem[]

Defined in: kit/src/picking.ts:21

Inherited from ​

PickResult.items


position ​

position: LatLonAlt | null

Defined in: kit/src/picking.ts:20

Terrain position under the point, or null when the point is off the globe.

Inherited from ​

PickResult.position


top ​

top: PickedItem | null

Defined in: kit/src/picking.ts:23

The top-most non-terrain item, if any.

Inherited from ​

PickResult.top


type ​

type: PickEventType

Defined in: kit/src/picking.ts:64

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