Extracts the ordered sequence of drawable geographic points from a parsed
flight plan route.
Expands airway and SID/STAR segments into their constituent fixes and
suppresses consecutive duplicate points (e.g. an airway entry fix that
matches the preceding waypoint). Elements without coordinates (DCT,
speed/altitude groups, unresolved tokens) contribute no points.
This is the same walk that backs computeRouteDistance, so the point
sequence here lines up with that result's legs.
Extracts the ordered sequence of drawable geographic points from a parsed flight plan route.
Expands airway and SID/STAR segments into their constituent fixes and suppresses consecutive duplicate points (e.g. an airway entry fix that matches the preceding waypoint). Elements without coordinates (DCT, speed/altitude groups, unresolved tokens) contribute no points.
This is the same walk that backs
computeRouteDistance, so the point sequence here lines up with that result's legs.