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