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