Skip to main content

Comparison (LeastCost) Report

Contents

The Comparison (LeastCost) Report provides a detailed comparison of the distance, time and costs associated with multiple possible routes between an origin and a destination. The routes are generated by using combinations of Route Types (Practical, Shortest and Fastest) and whether or not to avoid tolls.

Available for dataVersion 24 and Later

Watch Video

Parameters

With your API key, you can try a Comparison Report request using the form below. The required parameters are marked with an asterisk. You can enter values for any of the optional parameters by first checking the box next to them. Scroll down the page to submit your request.

LeastCost Report Request

API KEY
GET

Response

Comparison Report

Data Element Description Data Type Value/Example
type Describes the type of report and what it does.
string
LeastCost
RouteID The route identification key(Can be null)
Int
Origin Where the route started from
Complex
Data Element Description Data Type Value/Example
Address Encapsulates the details about the location
Complex
Coords Encapsulates the details about the longitude/latitude
Complex
Region Indicates the region of the location
Enum
Label The label to be displayed on maps and reports in association with a stop
string
PlaceName The place name which corresponds to custom place.
string
Errors Encapsulated the details about the errors associated with the geocode location List of Complex Objects
Destination Where the route ends at.
Complex
See Origin row above
ReportLines Report details, including distance and cost.
Complex
Data Element Description Data Type Value/Example
LeastCostTripOptions provides the type of trip it will be and whether to avoid tolls or not.
string
Practical Tolls Allowed
Route The different available routes
string
Route 1
Miles The miles that it will take on a specific route
double
0.2
Cost The cost on a specific route
double
0.25
Hours The time it will take to travel on a specific route time 0:01
Tolls The amount of tolls one will experience on a specific route
double
0.00
Labor Amount of labor it will take on a specific route
double
0.00
Last updated July 23, 2024.
API Endpoint:

Contents