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