Reputation: 31
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?
Upvotes: 3
Views: 1059
Reputation: 59
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.
Upvotes: 0
Reputation: 2116
I have used one useful library.. Hope the same will work for you too.
http://code.google.com/p/andar/
Upvotes: 0
Reputation: 1
Here is the api info for gps:
http://developer.android.com/reference/android/location/GpsStatus.Listener.html
Upvotes: 0