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