3

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267

3 Answers3

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