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