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