UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

27 lines (26 loc) 419 B
/** * @event */ export type ViewerEventType = | "bearing" | "click" | "contextmenu" | "dblclick" | "fov" | "dataloading" | "load" | "mousedown" | "mousemove" | "mouseout" | "mouseover" | "mouseup" | "moveend" | "movestart" | "navigable" | "image" | "position" | "pov" | "reference" | "remove" | "sequenceedges" | "spatialedges";