triangles 所带的数据详细类型

interface TrianglesItemObjectData {
    color?: string;
    opacity?: number;
    panoIndex?: number;
    points: number[][];
    [key: string]: any;
}

Indexable

  • [key: string]: any

    其他信息

Properties

color?: string

标注颜色

opacity?: number

透明度

panoIndex?: number

可见点位

points: number[][]

多边形的顶点坐标数组