I know you can set a direction, modify with drag-n-drop and then save the result as an xml file. Is there a way to load this xml again to be shown on the map? I tried something like:
DirectionsResult := TDirectionsResult.Create(GMDirection, 1);
DirectionsResult.XMLData.LoadFromFile('results.xml');
GMDirectionRota.Execute;
Any Ideia?