UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

8 lines (6 loc) 186 B
import { NavigationDirection } from "../NavigationDirection"; export interface StepDirection { direction: NavigationDirection; motionChange: number; useFallback: boolean; }