UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

9 lines (7 loc) 230 B
import { NavigationDirection } from "../NavigationDirection"; export interface SphericalDirection { direction: NavigationDirection; prev: NavigationDirection; next: NavigationDirection; directionChange: number; }