用于增强现实的 Android API - GPS 和指南针
我正在构建一个增强现实应用程序,其中我一直在集成 GPS 和指南针。有没有 API 可以实现这个目标?
I am building an Augmented Reality app in which I am stuck with integrating GPS and compass. Are there any APIs out there to achieve this goal?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是 GPS 的 api 信息:
http://developer.android.com /reference/android/location/GpsStatus.Listener.html
Here is the api info for gps:
http://developer.android.com/reference/android/location/GpsStatus.Listener.html
我使用了一个有用的库..希望它也对你有用。
http://code.google.com/p/andar/
I have used one useful library.. Hope the same will work for you too.
http://code.google.com/p/andar/
我找了很长时间的详细教程或api但没有找到任何东西。框架的简单版本是开源的并且易于对其进行更改是 增强现实框架。它与 mixare 类似。
I have searched for detailed tutorials or apis for a long time but i didn't find anything. The simpler version of the frameworks which is open-source and easy to make changes on it is the augmented reality framework. It is similar to mixare.