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