Jesper de Jong wrote: I have a GPS logging device - you take it with you while you go on a trip, for example, and it logs your GPS position a few times a minute. At home, you can read the log information from the device and with some software it shows on a map exactly what your route was. It's a desktop application that has Google Maps integrated into it to display the map.
I have one of those too, and I've written some Java code (open source)
Pat's Java library with GPS reading code.
I just use web-apps to do the integration with Google Maps. Perhaps they have a desktop integration, but Google wants you to use the web.
Which brings me back to my question for the OP, what exactly do you mean?
If I had an assignment to do this, I'd sure write some Java beans to work with JSPs talking to the Google Maps Javascript API