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