xieb
2024-11-21 018aaab4b30943516f86ef5092d05f2b427147d0
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}