Directions Report

The Directions Report provides turn-by-turn directions for the associated route.

Directions Report Request

GET

URL Parameters

Required parameters are highlighted in yellow.

Directions Report Specific Parameter

Data Element Description Data Type Value/Example
CondenseDirections Indicate whether or not to condense the driving directions within the report. Boolean

Response

Loading...
                        
                    

Direction Report Response

Data Element Description Data Type Value/Example
type Describes the type of report and what it does. String DirectionReport
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
ReportLegs Turn by turn directions from origin. Complex
Data Element Description Data Type Value/Example
Origin where the route started from. Complex See origin row above.
ReportLines Gives us the directions and for the route we are taking to destination Complex
Dest Where the route ends at. Complex See origin row above.