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