I already asked in pm, but just in case you dont read those xD.
Id like to have access to the GpsLink inside the gps. I am currently writing a swappable gps controller (basically a gps class you could swap with the default one and have compatible interface / map) that would be public and fix a few issues that have been annoying me with the original one. Asking you to improve the default gps is offcourse an alternative, but i dont know if you have / want to spend the time on it.
On the other hand, i do have the will and time to do it. I actually have most of the ground work done, but if i want to piggy back on the original map (and keep support if you change the format), i rather piggy back on the default gps for the loading part.
It works fine, except i cant access the actual links (GpsPoint has no connection list, and the Gps itself doesnt offer any access to it) GpsLink class is public and would be perfect, if only there was a way to get the list from the Gps, which is what id like to ask to be added =D.