{
"structuredContent": {
"route": { "distance_meters": 24000, "duration_seconds": 1500 },
"places": [
{ "place": { "name": "Costa", "label": "Costa, Cambridge Services", "coordinates": { "lat": 52.05, "lng": 0.10 } }, "detour_seconds": 90 }
],
"render": [
{ "kind": "linestring", "label": "Route", "data": {/* GeoJSON */}, "bbox": [/* … */] },
{
"kind": "point",
"label": "Matched places",
"data": {
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "geometry": {/* Point */}, "properties": { "name": "Costa", "detour_seconds": 90 } }
]
},
"bbox": [/* … */]
}
]
}
}