husq
2023-09-13 ebb52b334e8a4f5051076ebf96c07811fb256609
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}