Type alias CustomSphereEntityCommandParameter

CustomSphereEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomSphereParameter, "geo"> & {
    geo: GeoJSON.Point;
}

產生自畫球體圖素指令參數。

Type declaration

Generated using TypeDoc