Type alias CustomGroundPolylineEntityCommandParameter

CustomGroundPolylineEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomGroundPolylineParameter, "geo"> & {
    geo: GeoJSON.Polyline;
}

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

Type declaration

Generated using TypeDoc