You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a List of instructions for a point A to point B.
I am using
var instr = route1.GenerateInstructions(routerDb);
In this i get a list of verbal routes , Like go straight , take left .
But what I am looking for is - go straight <10 km> , take left , continue <1 km> etc .
I went through the documentation but was not able to find any method that returns distance corresponding to the particular Navigation instruction. Can you please help me figure this out , if Itinero supports it?