UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

15 lines (13 loc) 218 B
/** * Contract describing image tile requests. */ export interface ImageTilesRequestContract { /** * ID of the tile's image. */ imageId: string; /** * Tile level. */ z: number; }