UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

14 lines (13 loc) 271 B
/** * Interface for the options that define the behavior and * appearance of the outline create tag. * * @interface */ export interface OutlineCreateTagOptions { /** * Text color as hexadecimal number. * @default 0xFFFFFF */ color?: number; }