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