I can plot a path in KML no problems. Now I need to annotate the vertices with speed and heading. I could handle this as a progression of placemarks, but before I proceed I thought it best to see what others do in this scenario.
As it happens I'm using SharpKML in C#, but that's incidental to the question of approach.
So, recommendations?
Well, that looks to be it. Placemarks, and possibly gx:Track if you don't mind vendor extensions.
I'm not sure you can annotate individual points in a gx:Track, I haven't tried. Despite this, Jason gets the points for submitting the only answer.