Interface AddCustomPolygonProperty

新增自畫表面多邊形參數。

interface AddCustomPolygonProperty {
    polygon: GeoPolygon;
    color?: `#${string}`;
}

Hierarchy

Properties

Properties

polygon: GeoPolygon

多邊形幾何。

color?: `#${string}`

顏色。

Default Value

"#FFFFFF"

Generated using TypeDoc