使用蓝牙信标获得室内位置

发布于 2025-01-27 13:11:21 字数 1042 浏览 2 评论 0原文

嘿,我正在使用此处的SDK,我们正在尝试使在室内跟踪位置成为可能。我们在应用程序内的此处地图上设置了室内地图(用扑朔迷离)。现在,我们希望用户能够通过使用信标在地图上移动并显示地图上的位置。我们从信标中收到以下信息 (使用Flutter-Beacon为此 https://pub.dev/packages/packages/flutter_beacecon

// Example Output: {"region":{"identifier":"Minew Tech"},"beacons":[{"proximityUUID":"74278BDA-B644-4520-8F0C-720EAF059935","major":256,"minor":30313,"rssi":-99,"accuracy":12.77,"proximity":"far","txPower":-59,"macAddress":"84:EE:03:53:95:D0"},
// {"proximityUUID":"E2C56DB5-DFFB-48D2-B060-D0F5A71096E0","major":0,"minor":0,"rssi":-75,"accuracy":0.28,"proximity":"immediate","txPower":-59,"macAddress":"AC:23:3F:A9:2E:7F"}]}

:我们使用此信息来更新用户在地图上的位置? 我们需要使用此API: https://developer.here.here.here.here/documentation/posimentation/positioning/positioning/api---参考swagger.html

Hey I am using the HERE SDK and we are trying to make it possible to track the position indoor. We have the indoor map set up on the here map inside the app (made in Flutter). Now we want the user to be able to move around and show the position on the map by using beacons. We receive the following information from the beacons
(using flutter-beacon for this https://pub.dev/packages/flutter_beacon):

// Example Output: {"region":{"identifier":"Minew Tech"},"beacons":[{"proximityUUID":"74278BDA-B644-4520-8F0C-720EAF059935","major":256,"minor":30313,"rssi":-99,"accuracy":12.77,"proximity":"far","txPower":-59,"macAddress":"84:EE:03:53:95:D0"},
// {"proximityUUID":"E2C56DB5-DFFB-48D2-B060-D0F5A71096E0","major":0,"minor":0,"rssi":-75,"accuracy":0.28,"proximity":"immediate","txPower":-59,"macAddress":"AC:23:3F:A9:2E:7F"}]}

How can we use this information to update the position of the user on the map ?
Do we need to use this API:
https://developer.here.com/documentation/positioning/api-reference-swagger.html ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

§普罗旺斯的薰衣草 2025-02-03 13:11:21

室内定位服务不是此处SDK的一部分,而是通过单独的SDK交付,可以轻松与此处的SDK一起使用。室内定位服务尚不可用于自助服务,但此时需要在此处参与此处的代表。

The Indoor Positioning service is not part of the HERE SDK but delivered through a separate SDK that can easily be used together with the HERE SDK. The Indoor Positioning service is not available for self-serve yet but requires the involvement of a HERE representative at this point in time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文