Inherits ADiagnosticsRequest.
|
| List< GPSPoint > | RoutePings [get, set] |
| | Gets or sets the collection of coordinates used to specify the pings along the route. More...
|
| |
| double | OffRouteMiles [get, set] |
| | Gets or sets the value indicating the off route miles for the route. More...
|
| |
| bool | HighwayOnly [get, set] |
| | Gets or sets a value indicating whether to use highway only routing. This value will be ignored if RoutingOptions are supplied. More...
|
| |
| ReportType | ReportType [get, set] |
| | Gets or sets the request report type. Only MileageReportType, DetailReportType, RoadReportType, StateReportType, RoutePathReportType, TollDetailReportType (PCM_EU only), SpeedLimitReportType, and FuelTaxReportType are supported. More...
|
| |
| DataRegion | Region [get, set] |
| | Gets or sets the region of the pings More...
|
| |
| RouteOptions | RoutingOptions [get, set] |
| | Gets or sets the route options. If this is supplied the HighwayOnly property will be ignored. More...
|
| |
| SharedOptions | ExtendedOptions [get, set] |
| | Gets or sets the extended routing options. More...
|
| |
| ReportOptions | ReportingOptions [get, set] |
| | Gets or sets the report routing options. More...
|
| |
| string | RouteId [get, set] |
| | Gets or sets the unique route identifier. This may be used to identify routes when reports are created. More...
|
| |
| string | AssetId [get, set] |
| | Get or set the Asset Id More...
|
| |
Represents a ReduceTripRequestBody structure which contains a collection of trip pings, value for the off route miles, value indicating highway only options, and the report type to return.
Gets or sets the request report type. Only MileageReportType, DetailReportType, RoadReportType, StateReportType, RoutePathReportType, TollDetailReportType (PCM_EU only), SpeedLimitReportType, and FuelTaxReportType are supported.