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