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