Segmentation

Detailed distance information for routes

Leveraging advanced geospatial algorithms and comprehensive data, the Road-Type Analysis provides granular insights into route distances based on diverse road categories, enhancing navigation precision. Simultaneously, the Country-wise Breakdown feature utilizes real-time geopolitical data to furnish a detailed spatial distribution of distances across individual countries.

Country-wise Distance Breakdown

The "Country-wise Distance Breakdown" feature delivers a comprehensive breakdown of route distances based on individual countries traversed. Utilizing real-time geopolitical data and advanced geospatial analysis, this functionality offers developers a powerful tool for route optimization, compliance assessment, and logistical planning. It seamlessly integrates into applications, providing users with insights into the spatial distribution of distances across different countries along a specified route.

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

offering detailed insights into route distances segmented by various road types. Leveraging advanced geospatial algorithms and comprehensive road network data, this functionality breaks down the total distance of a specified route, providing a granular analysis of residential roads, highways, and speed conditions.

  • Granular breakdown of route distances by road types.

  • Integration of comprehensive road network data.

  • Seamless incorporation into applications for enhanced route planning.

Last updated