xieb
2025-01-15 defab7c7a344f00c459a29d700ce8401caa64aca
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}