dashboard
repositories
filestore
activity
search
login
drone
/
pilot-h5
遥控器上云H5
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加app设备定位和激光扫射定位以及目标高度和测距距离
chenyao
2025-02-10
4b57dc340f08f7c517a5eb255275b91785724c53
[drone/pilot-h5.git]
/
src
/
types
/
map-enum.ts
1
2
3
4
5
6
export enum MapDoodleEnum {
PIN = 'pin',
POLYLINE = 'polyline',
POLYGON = 'polygon',
Close = 'off'
}