Interface AddCustomPolygonPrismProperty

新增自畫多邊形柱參數。

interface AddCustomPolygonPrismProperty {
    polygon: GeoPolygon;
    borderColor?: `#${string}`;
    color?: `#${string}`;
    drawBorder?: boolean;
    height?: number;
    opacity?: number;
    surfaceHeight?: number;
}

Hierarchy

Properties

polygon: GeoPolygon

多邊形幾何。

borderColor?: `#${string}`

框線顏色。

Default Value

"#000000"
color?: `#${string}`

顏色。

Default Value

"#0000FF"
drawBorder?: boolean

是否繪製框線。

Default Value

false
height?: number

柱體高度,單位公尺。

Default Value

20
opacity?: number

不透明度。

Default Value

1
surfaceHeight?: number

柱體底面高度。

Default Value

0

Generated using TypeDoc