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