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