1.完成Nearby 显示定位策略

2.多边形围栏距离限制
This commit is contained in:
yezhiqiu
2026-03-02 15:33:05 +08:00
parent f0dcad40ea
commit 1aa6f7a247
12 changed files with 948 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ import androidx.annotation.StringDef
EventName.RefreshMessage,
EventName.BluetoothSwitch,
EventName.BleReport,
EventName.BleGetLocation,
EventName.BleReportData,
EventName.LogReport,
EventName.ActionConDeviceState
@@ -104,5 +105,7 @@ annotation class EventName {
//日志上报数据
const val LogReport = "logReport"
//设备获取手机位置
const val BleGetLocation = "bleGetLocation"
}
}