Skip to main content

Interface: ViewerBearingEvent

viewer.ViewerBearingEvent

Interface for bearing viewer events.

Hierarchy#

Properties#

bearing#

• bearing: number

Bearing is measured in degrees clockwise with respect to north.

description Bearing is related to the computed compass angle (Image.computedCompassAngle) from SfM, not the original EXIF compass angle.

Defined in#

viewer/events/ViewerBearingEvent.ts:15


target#

• target: IViewer

The viewer object that fired the event.

Inherited from#

ViewerEvent.target

Defined in#

viewer/events/ViewerEvent.ts:11


type#

• type: "bearing"

The event type.

Overrides#

ViewerEvent.type

Defined in#

viewer/events/ViewerBearingEvent.ts:17