RoutePointsResponseBody Class Reference

Properties

List< List< Coordinates > > RoutePoints[get, set]
 Gets or sets a collection of the coordinates that represent the points of a route on a map. More...
 
int TMinutes[get, set]
 Gets or sets the trip's total times in minutes More...
 
double TDistance[get, set]
 Gets or sets the trip's total distance in miles More...
 
List< List< int > > PLIDs[get, set]
 PLIDs that make up the route More...
 
List< List< Coordinates > > VehicleRestrictedCleanupPoints[get, set]
 Gets or sets a collection of the coordinates that represent the points of a route from the network to a vehicle restricted stop on a map. More...
 
List< List< List< uint > > > PlidRoutePathMapping[get, set]
 Gets or sets a mapping between the plids returned and route path. More...
 
List< List< PLIDInfo > > DetailedPLIDs[get, set]
 Gets or sets the detailed plid information. More...
 
DiagnosticInfo Diagnostics[get, set]
 Gets or sets the trip's log file More...
 
string AssetId[get, set]
 Gets or sets the asset id that was supplied during the request. More...
 

Detailed Description

Represent a RoutePointsResponseBody containing a collection of road speed data that was requested by the user.

Property Documentation

◆ RoutePoints

List<List<Coordinates> > RoutePoints
getset

Gets or sets a collection of the coordinates that represent the points of a route on a map.

◆ TMinutes

int TMinutes
getset

Gets or sets the trip's total times in minutes

◆ TDistance

double TDistance
getset

Gets or sets the trip's total distance in miles

◆ PLIDs

List<List<int> > PLIDs
getset

PLIDs that make up the route

◆ VehicleRestrictedCleanupPoints

List<List<Coordinates> > VehicleRestrictedCleanupPoints
getset

Gets or sets a collection of the coordinates that represent the points of a route from the network to a vehicle restricted stop on a map.

◆ PlidRoutePathMapping

List<List<List<uint> > > PlidRoutePathMapping
getset

Gets or sets a mapping between the plids returned and route path.

◆ DetailedPLIDs

List<List<PLIDInfo> > DetailedPLIDs
getset

Gets or sets the detailed plid information.

◆ Diagnostics

DiagnosticInfo Diagnostics
getset

Gets or sets the trip's log file

◆ AssetId

string AssetId
getset

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