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