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