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