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