guoshilong
2023-10-18 7e0aec2ee530a4cee812df3d48ad92be8a533453
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}