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