xieb
2023-09-27 7f169b72a7cc2fc1819f7a0c3c78623ecd51724b
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}