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