Interface: ViewerBearingEvent
viewer.ViewerBearingEvent
Interface for bearing viewer events.
Hierarchy#
- ↳ - ViewerBearingEvent
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#
Defined in#
viewer/events/ViewerEvent.ts:11
type#
• type: "bearing"
The event type.