Interface AddCustomPolygonProperty

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

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

Hierarchy

Properties

Properties

color?: `#${string}`

顏色。

Default Value

"#FFFFFF"
polygon: GeoPolygon

多邊形幾何。

Generated using TypeDoc