Interface AddCustomConeProperty

新增自畫圓錐參數。

interface AddCustomConeProperty {
    direction: Geo3DPoint;
    point: GeoPoint;
    circleDetail?: number;
    color?: `#${string}`;
    distance?: number;
    opacity?: number;
    radius?: number;
}

Hierarchy

Properties

direction: Geo3DPoint

投影方向。

point: GeoPoint

圓錐頂點幾何。

circleDetail?: number

圓形的邊數。

Default Value

90
color?: `#${string}`

顏色。

Default Value

"#FFFFFF"
distance?: number

投影距離。

Default Value

100
opacity?: number

不透明度。

Default Value

1
radius?: number

圓形的半徑。

Default Value

10

Generated using TypeDoc