xieb
2024-01-29 327e8c56fa36b53895ed280c5c1aac659a71bc61
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}