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