Navigation SDK Documentation

Data Fields
SDK_RoadMatchInformation Struct Reference

Data Fields

SDK_HDRINFO size
 
SDK_HDRINFO version
 
SDK_UINT4 roadType
 
SDK_UINT4 cat
 
SDK_Position posOnRoad
 
SDK_INT4 courseOnRoad
 
SDK_INT4 distToRoad
 
SDK_WCHAR_T currentStreetName [128]
 
SDK_INT4 speedLimitCar
 
SDK_INT4 speedLimitTruck
 
SDK_BOOL speedLimitCarIsImplicit
 
SDK_BOOL speedLimitTruckIsImplicit
 
SDK_TruckWarnings truckWarnings
 
SDK_BOOL closedArea
 
SDK_INT2 countryCode
 
SDK_Position posOnRoadHR
 

Detailed Description

Holds return values of SDK_MatchRoad This datastructure stores all information that is provided by a call of SDK_MatchRoad including the exact mercator coordinates of the matched position on the road.

Field Documentation

Size of struct - for controlling

SDK_HDRINFO version

Version of struct - for controlling. Use SDK_RoadMatchInformationVERSION

SDK_UINT4 roadType

Road type of the matched road segment. [0..14]. See "Speed tables" for a list of road types.

SDK_UINT4 cat

Road category of the matched road segment. Range from 0 (highest) to 4 (lowest)

SDK_Position posOnRoad

Position the matched road segment in mercator coordinates

SDK_INT4 courseOnRoad

Course on the matched road segment [0..360[, head east, counter-clockwise

SDK_INT4 distToRoad

Distance to the matched road segment

SDK_WCHAR_T currentStreetName[128]

Name of currently matched road

SDK_INT4 speedLimitCar

Speed limit on the matched road segment (normal conditions) [km/h]

SDK_INT4 speedLimitTruck

Speed limit on the matched road segment (truck conditions) [km/h]

SDK_BOOL speedLimitCarIsImplicit

Speed limit on the matched road segment (normal conditions) [km/h]

SDK_BOOL speedLimitTruckIsImplicit

Speed limit on the matched road segment (truck conditions) [km/h]

SDK_TruckWarnings truckWarnings

Truck warnings on the matched road segment

SDK_BOOL closedArea

Indicates if the vehicle is on "forbidden" road

SDK_INT2 countryCode

The country code attached to the matched road. If there is no country code attached, you will get 0

SDK_Position posOnRoadHR

Position of the matched road segment in mercator hires coordinates. If used with SDK_TransformCoordinates with SDK_cf_MERCATOR_HR as source parameter and SDK_cf_PIXEL as output format, you will get a preciser pixel position on the map of the matched road


The documentation for this struct was generated from the following file:

© PTV Group 2019 Generated on Thu Mar 28 2019 02:27:02 for NavigationSDK by doxygen 1.8.8