The measurements at each segment.
The total distance travelled along the path through all waypoints.
The total number of spaces moved along a direct path through all waypoints. Moving from a grid space to any of its neighbors counts as 1 step. Always 0 in gridless grids.
The total cost of the direct path (BaseGrid#getDirectPath) through all waypoints.
The measurements at each waypoint.