No extras in API response when requesting a round trip

When requesting normal directions with

{
"coordinates":[[8.681495,49.41461],[8.687872,49.420318]],
"extra_info":["waycategory","waytype"],
"instructions":"false"
}

in the response, i get “extras” under “routes”:

{
"bbox": [ /* 4 items */ ], 
"metadata": { /* 5 items */ },
"routes":
[
  {
    "summary": { /* 2 items */ },
    "bbox": [ /* 4 items */ ],
    "geometry": "...", 
    "way_points": [ /* 2 items */ ],
    "legs": [ /* no items */ ],
    "extras": { /* 2 items */ }
  }
]
}

But when opting for a round trip like

{"coordinates":[[8.681495,49.41461]],
"extra_info":["waycategory","waytype"],
"instructions":"false",
"options":{"round_trip":{"length":10000,"points":5,"seed":1}}}

the return does not include the “extras”.
Is this intentional?

Hey,

currently, we don’t have any capacities to polish the round_trip feature in the way we’d like to.
However, this should indeed not be the case.

Feel free to open an issue in our github repo for this.
If you have time to spare, we’ll also gladly welcome any contributions :slight_smile:

Best regards