Hello,
i got these 2 results querying a path and its reverse way in a Leaflet map with this plugin:
1)
- coordinates: 12.545458,42.69317|12.636344,42.561627
 - instructions: true
 - instructions_format: html
 - geometry_format: geojson
 - units: m
 - preference: fastest
 - profile: driving-car
 - attributes: detourfactor|percentage
 - geometry: true
 
2)
- coordinates: 12.636344,42.561627|12.545458,42.69317
 - instructions: true
 - instructions_format: html
 - geometry_format: geojson
 - units: m
 - preference: fastest
 - profile: driving-car
 - attributes: detourfactor|percentage
 - geometry: true
 
What kind of issue can be related to?

