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