Interface AddCustomPointProperty

新增自畫點參數。

interface AddCustomPointProperty {
    point: Geo3DPoint;
    absHeight?: boolean;
    color?: `#${string}`;
    opacity?: number;
    pointTexture?: string;
    size?: number;
}

Hierarchy

Properties

point: Geo3DPoint

點幾何。

absHeight?: boolean

是否為絕對高。

Default Value

false
color?: `#${string}`

顏色。

Default Value

"#0000FF"
opacity?: number

不透明度。

Default Value

1
pointTexture?: string

圖片來源。

size?: number

點的大小。

Default Value

3

Generated using TypeDoc