What result is returned to me?
Note: It is not possible to automatically transfer the routing results using Remote Control. Only the user can initiate a transfer to a third system (see How do I transfer the routing results to the calling system?).
The results of the route calculation and the individual stop-off points are returned to you. These results are returned in one of two ways, depending on the import parameters that were transferred.
-
Through a JSON file or XML file in a shared directory on the web server
-
Through a POST to a local URL on the client machine
Example for the return in XML format (exportformat=xml)
<totalDistance>972291</totalDistance>
<totalCosts>114.39</totalCosts>
<cO2e>1149.75</cO2e><ExportedRoute>
<totalTime>350089</totalTime>
</ExportedRoute>
Example for the return in JSON format (exportformat=json)
{
"totalDistance": 972291,
"totalCosts": 114.39,
"cO2e": 1149.75,
"totalTime": 350089
}
Note: You can find a complete list of the transferred parameters on page Overview of the return parameters.