Type alias CustomSurfaceCircleEntityCommandParameter

CustomSurfaceCircleEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomSurfaceCircleParameter, "geo"> & {
    geo: GeoJSON.Point;
}

產生自畫表面圓圖素指令參數。

Type declaration

Generated using TypeDoc