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