xieb
2023-11-16 2ff44773a8dabed87dc1f70c0676961939310e75
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}