Navigation SDK Documentation |
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.
SDK_HDRINFO size |
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
© PTV Group 2018 | Generated on Mon Dec 17 2018 21:00:19 for NavigationSDK by 1.8.8 |