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