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