The RouteEditor does not show any restrictions and no blocks are provided.
I created a raw request as a sample.
Do I miss something important or what might be the problem here?
Code: Select all
{
"waypoints": [
{
"$type": "WaypointDesc",
"linkType": "NEXT_SEGMENT",
"fuzzyRadius": 0,
"coords": [
{
"$type": "Point",
"point": {
"$type": "PlainPoint",
"x": 10.748556,
"y": 53.689722
}
}
]
},
{
"$type": "WaypointDesc",
"linkType": "NEXT_SEGMENT",
"fuzzyRadius": 0,
"coords": [
{
"$type": "Point",
"point": {
"$type": "PlainPoint",
"x": 10.747049,
"y": 53.692594
}
}
]
}
],
"exceptionPaths": null,
"details": {
"manoeuvres": true,
"polygon": true,
"detailLevel": "STANDARD",
"segments": true,
"featureDescriptions": true
},
"callerContext": {
"properties": [
{
"key": "CoordFormat",
"value": "OG_GEODECIMAL"
},
{
"key": "ResponseGeometry",
"value": "WKB"
},
{
"key": "Profile",
"value": "carfast"
}
]
}
}