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