DetailReport Class Reference

Inherits Report.

Properties

GeocodeOutputLocation  Origin[get, set]
  Gets or sets the trip's origin. More...
 
GeocodeOutputLocation  Destination[get, set]
  Gets or sets the trip's destination. More...
 
List< DetailReportLeg ReportLegs[get, set]
  Gets or sets the list of the detail report's legs. There should be one leg per trip stop including the destination. More...
 
bool  TrafficDataUsed[get, set]
  Gets or sets a value indicating whether or not traffic data is used in this report. More...
 
string  RouteID[get, set]
  Gets or sets the unique route identifier that was supplied during the request. More...
 
DiagnosticInfo  Diagnostics[get, set]
  Gets or sets the unique route identifier that was supplied during the request. More...
 
string  AssetId[get, set]
  Gets or sets the asset id that was supplied during the request. More...
 

Detailed Description

Represents a detailed report which contains detailed information for a trip including mileage, costs, directions, etc.

Property Documentation

◆ Origin

GeocodeOutputLocation Origin
getset

Gets or sets the trip's origin.

◆ Destination

GeocodeOutputLocation Destination
getset

Gets or sets the trip's destination.

◆ ReportLegs

List<DetailReportLeg> ReportLegs
getset

Gets or sets the list of the detail report's legs. There should be one leg per trip stop including the destination.

◆ TrafficDataUsed

bool TrafficDataUsed
getset

Gets or sets a value indicating whether or not traffic data is used in this report.

◆ RouteID

string RouteID
getsetinherited

Gets or sets the unique route identifier that was supplied during the request.

◆ Diagnostics

DiagnosticInfo Diagnostics
getsetinherited

Gets or sets the unique route identifier that was supplied during the request.

◆ AssetId

string AssetId
getsetinherited

Gets or sets the asset id that was supplied during the request.