1.完成Nearby 显示定位策略
2.多边形围栏距离限制
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user