export enum DrawingType { Point = 'DrawPoint', Line = 'DrawLineString', Polygon = 'DrawPolygon', }