Skip to content

Documentation / @geoverse/core-ol / DrawKind

Type Alias: DrawKind

ts
type DrawKind = "point" | "polyline" | "polygon" | "circle" | "square" | "rectangle";

Defined in: packages/core-ol/src/interactions/drawTool.ts:19

绘制类型