1 Attachment(s)
How to continuously plot GPS data (Lat/Long) ?
Hello
I want to feed the UI with Lat/Long data (from GPS device or file) and plot a line/track ( with a arrow symbol at the end). It should look something like the attached pic (a stripped GPS navigator)
Also I would like to have the possibilities to let user point to the 'track' a select a GPS position
Please advice me how solve this
- Should I plot a x/y graph using the Lat/long as is ( Lat/Long as x/y ) ?
- Is there some ready java package/API that I can use ?
Later I would also move this solution to embedded Java device ( J2ME)
Thanks any input :)