Tagged Questions
6
votes
4answers
928 views
Emulate GPS or a serial device
Is it possible to get location data out of Google Gears, Google Gelocation API or any other web location API (such as Fire Eagle) in such a format that it appears to other software as a GPS device?
...
4
votes
1answer
382 views
Android - how to get location of friend
Is there a way I can access the data in Google Latitude to return the location of a fellow Latitude user?
2
votes
0answers
279 views
What is a good Java library to write GPS metadata on JPEGs (in EXIF)?
I have developed a Java application (Latipics) that geotags pictures with location information pulled from Google Latitude. I use an open source library called Sanselan to read/write GPS coordinates ...
1
vote
1answer
61 views
Finding trips in a set of waypoints
From a set of waypoints, each with lat/lon and timestamp, how do you find out the start and end point of a trip vs. staying at a place over time?
I'm playing with Google Latitude data, unfortunately ...