UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

18 lines (15 loc) 291 B
export enum PointVisualizationMode { /** * Points are hidden. */ Hidden, /** * Visualize points with original colors. */ Original, /** * Paint all points belonging to a specific * cluster with the same random color. */ Cluster, }