guoshilong
2023-08-30 95c0f5417c756864a3a5f8c459a5ea81e887ce5e
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}