The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
69 views

How to move device camera or stuck objects at specific location in Unity3d

I am making an app in Unity3d. Its about geocaching, when user reach at specific location and keep device at specific direction let say on some building then app show a 2d or 3d objects, and that ...
1
vote
1answer
238 views

google maps api allow non google users to edit map in iframe

I have a google map where I am getting users to log where certain events happen when they post them in a blog sort of setup. Not all of my users have google accounts and you cannot edit the map from ...
1
vote
1answer
2k views

Extract some Elements with LinqToXML from GPX-File for Geocaching

i'm trying to get some Elements from a gpx-file (is a xml file). This is not the standard gpx-scheme. There are some changes from geocaching.com which is a website for geocaching. My sample XML-File ...
1
vote
1answer
93 views

How to associate waypoints with their geocache when loaded from a GPX file

I am writing an application that reads in pocket queries from Geocaching.com and displays them on a map. I already have it parsing the gpx and wpts.gpx files. I want to be able to list the associated ...