xieb
2024-01-24 1296d22c33386ea5b3cc48a653a1715dd9512591
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}