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