xieb
2025-01-15 1eda23a6bd69f80f2f3e0f2591002f6c1a0a38de
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}