Segmentation
Detailed distance information for routes
Route segmentation
Country-wise Distance Breakdown
Example response for Oslo,NOR to Berlin,DEU
{
"route": {
"car": {
"distance": 812.1059, // distance in kilometers of entire route
"duration": 39012.7, // duration in seconds of entire travel time
"countries": [{
"country": "NO",
"distance": 169.1616589, // distance in kilometers driven through Norway
"duration": 8126.34541 // duration in seconds driven through Norway
}, {
"country": "DK",
"distance": 379.65950825,// distance in kilometers driven through Danmark
"duration": 18238.43725 // duration in seconds driven through Danmark
}, {
"country": "DE",
"distance": 157.87338696, // distance in kilometers driven through Germany
"duration": 7584.068879 // duration in seconds driven through Germany
}]
}
}
}Road-Type Segmented Distance Analysis
Midpoint calculation
Last updated