UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

8 lines (6 loc) 161 B
import { LngLat } from "../../api/interfaces/LngLat"; export interface Unprojection { basicPoint: number[]; lngLat: LngLat; pixelPoint: number[]; }