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 inviewer/events/ViewerBearingEvent.ts:15
#
target• target: IViewer
The viewer object that fired the event.
#
Inherited from#
Defined inviewer/events/ViewerEvent.ts:11
#
type• type: "bearing"
The event type.