Type alias CustomSurfacePolylineEntityCommandParameter

CustomSurfacePolylineEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomSurfacePolylineParameter, "geo"> & {
    geo: GeoJSON.Polyline;
}

產生自畫表面聚合線圖素指令參數。

Type declaration

Generated using TypeDoc