chico0052003 / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

Java API for Kml tracking #367

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

i have downloaded the java api for kml:

http://labs.micromata.de/display/jak/Download

i have an application that requires tracking of gps coordinates 
(lat-/longitude) i was able to create a kml file for google earth that shows me 
my current location. but now i would like to track the gps coordinates in an 
array or something. after reading the api documentation i couldnt find  any 
interfaces or methods for "<gx:Track>" or "<gx:MultiTrack>" it seems that this 
features are new and not implemented in this api. is there any other way to 
write the coordinates into an array and then convert into a kml file so that i 
can open it with google earth? thanks for any help

Original issue reported on code.google.com by c.nve...@googlemail.com on 1 Dec 2010 at 2:50