提问人:Viacheslav Khailenko 提问时间:7/29/2023 最后编辑:Viacheslav Khailenko 更新时间:7/29/2023 访问量:44
是否可以使用蓝牙(或 BLE)确定用户的位置?(Android、Kotlin)
Is it possible to determine the user's location using Bluetooth (or BLE)? (Android, Kotlin)
问:
我想找到附近的设备,以为蓝牙,然后确定我的位置(纬度、经度和海拔高度)。我怎么能做到,你能帮帮我吗?
现在我使用 FusedLocationProviderClient 来实现此逻辑,但我想使用附近的蓝牙设备实现此逻辑。
另外,我已经在使用这些权限:
Manifest.permission.BLUETOOTH_SCAN,
Manifest.permission.BLUETOOTH_CONNECT
Manifest.permission.ACCESS_FINE_LOCATION
谢谢
答: 暂无答案
评论