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