C++ SDK
SRouteInfo Struct Reference

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

#include <ApplicationApi.h>

Public Member Functions

 SRouteInfo ()
 Constructor of SRouteInfo. More...
 

Data Fields

LONG lTotalDistance
 Total distance of route in meters. More...
 
LONG lRemainingDistance
 Distance from actual position to finish of the route in meters. More...
 
LONGRECT rcBoundaryRectangle
 LONGRECT structure defining rectangle on BrowseMap in which route is situated. More...
 
DWORD dwStatus
 Status of the route. More...
 
LONG lEstimatedTimeArival
 Estimated time of arrival. More...
 
LONG lRemaningTime
 Remaining time to arrival. More...
 
LONG lTotalTime
 Total time of the route. More...
 
LONG lMotorwaysLength
 Motorways length in meters. More...
 
LONG lTollRoadsLength
 Tollroads length in meters. More...
 
LONG lFerriesLength
 Ferries length in meters. More...
 
int * pTimeToWP
 Array of estimated time arrivals to remaining waypoints from actual position. More...
 
int * pDistToWP
 Array of estimated distances to remaining waypoints from actual position. More...
 
int nWPArraySize
 Size of TimeToWP and DistToWP arrays. More...
 

Detailed Description

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