Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个用于购物中心的应用程序。我想使用增强现实的概念——当有人离商场更近时,我通过获取当前位置来计算到商场的距离。然后我在相机视图中的图像上显示商场名称和到商场的距离。
如果有人朝错误的方向前进,我如何旋转图像?我应该使用加速度计吗?我不知道怎么做。我应该将加速度计给出的数据与商场坐标相关联吗?如果还有其他可能的解决方案,请告诉我。提前致谢。
如果您想要设备指向的方向,则需要使用指南针,而不是加速度计
看看CoreLocation,特别是CLLocationManager和CLHeading类。