UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

8 lines (6 loc) 190 B
import { NavigationDirection } from "../NavigationDirection"; export interface TurnDirection { direction: NavigationDirection; directionChange: number; motionChange?: number; }