Hello,
I would like to implement a data field which would show me a distance to the next waypoint, but only of a specific type.
I know there is nameOfNextPoint and distanceToNextPoint under Activity.Info, but I would like to get list of all waypoints so I would be able to filter through them and calculate the true distance to the specific.
It seems that current APIs don't support this. Can you please confirm? If so, is there a plan to support it?
Is there any idea how to achieve this?
Thank you