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