|
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...
|
|
Represent a RoutePointsResponseBody containing a collection of road speed data that was requested by the user.