guoshilong
2023-11-15 67ddc799e509bed44432aa90e5dd4935c61e02af
1
2
3
4
5
6
export enum MapDoodleEnum {
    PIN = 'pin',
    POLYLINE = 'polyline',
    POLYGON = 'polygon',
    Close = 'off'
}