Search code examples
windows-phone-7gpsaugmented-reality

Mapping GPS points with Augmented Reality


I'm trying to make a Windows Phone app that shows GPS points on the camera using Augmented Reality. I've been looking for tutorials online but I can't find any anywhere that explain how to do it. I was wondering if anybody knew of any good tutorials that explain combining AR with GPS, or if anybody could give me any tips on where to begin (I don't expect a detailed explanation or anything). Even a tutorial on how to do it with Android would be a start.


Solution

  • Take a look at the "Geo Augmented Reality Toolkit" on Codeplex. It abstracts nearly all complex tasks for you, you just have to add some points with their coordinates and what to display and everything else works with a couple lines of code.

    http://gart.codeplex.com/