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