Type alias CustomPointEntityCommandParameter

CustomPointEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomPointParameter, "geo" | "pointOffset"> & {
    geo: GeoJSON.Point | GeoJSON.Point[];
    pointOffset?: GeoJSON.Point;
}

產生自畫點圖素指令參數。

Type declaration

Generated using TypeDoc