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?
Asked
Active
Viewed 1,022 times
3
-
This link below may get you started. http://stackoverflow.com/questions/1939318/augmented-reality-framework – Sushan Ghimire Feb 09 '12 at 18:29
3 Answers
0
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.

userX
- 59
- 10
0
Here is the api info for gps:
http://developer.android.com/reference/android/location/GpsStatus.Listener.html
0
I have used one useful library.. Hope the same will work for you too.
http://code.google.com/p/andar/

Vishal Khakhkhar
- 2,106
- 3
- 29
- 60