GPS 目的地指南针指南

发布于 2024-09-25 10:28:19 字数 156 浏览 3 评论 0原文

我想用箭头将 ImageView 从当前用户位置旋转到某个先前保存的 GPS 位置。我该怎么做?

Location.distanceBetween 方法获取的初始方位是正确的方法吗?如果是这样,我如何将它与指南针读数一起使用?

I want to rotate an ImageView with an arrow from the current user location to some previously saved GPS location. How do I do this?

Is the Initial Bearing got from the Location.distanceBetween method the right way to go on this? If so, how do I use it with the compass readings?

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

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

发布评论

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

评论(1

梦纸 2024-10-02 10:28:19

您可以使用 bearingTo< Location 类中的 /code>方法,
然后使用 SensorManager.getOrientation 方法。

最后,将两个结果相加,绘制箭头。

希望有帮助。

You can use the bearingTo method in Location class,
then retrieve the current bearing using the SensorManager.getOrientation method.

Finally, adding both results, draw the arrow.

Hope it helps.

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