zhongrj
2025-02-17 c6e407a78016d16348adcbdb12f3fd3bc112d844
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}