C# SDK
SRouteInfo Class Reference

SRouteInfo class is used during retrieving inforamations about computed route by GetRouteInfo function. More...

Public Member Functions

bool GetEstimatedTimeArival (out ushort Year, out byte Month, out byte Day, out byte Hour, out byte Minute, out byte Second)
 The function return estimated time of arival. More...
 

Static Public Member Functions

static int SizeOf ()
 

Public Attributes

int TotalDistance = 0
 Total distance of route in meters. More...
 
int RemainingDistance = 0
 Distace from actual position to finish of the route in meters. More...
 
LONGRECT BoundaryRectangle = new LONGRECT()
 LONGRECT structure defining rectangle on BrowseMap in which route is situated. More...
 
int Status = 0
 Status of the route.
More...
 
int EstimatedTimeArival = 0
 Estimated time of arival More...
 
int RemaningTime = 0
 Remaning time to arival More...
 
int TotalTime = 0
 Total time of the route More...
 
int MotorwaysLength
 Motorways length in meters More...
 
int TollRoadsLength
 Tollroads length in meters More...
 
int FerriesLength
 Ferries length in meters More...
 
int [] TimeToWP
 Array of estimated time arrivals to remaining waypoints from actual position. More...
 
int [] DistToWP
 Array of estimated distances to remaining waypoints from actual position. More...
 
int nWPArraySize = 0
 Size of TimeToWP and DistToWP arrays. More...
 

Detailed Description

SRouteInfo class is used during retrieving inforamations about computed route by GetRouteInfo function.