|
CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
|
#include <cartotype_navigation.h>
Public Attributes | |
| TPointFP | iPoint |
| double | iHeading = 0 |
| bool | iHeadingKnown = false |
| TLocationMatchParam | iLocationMatchParam |
A point on a route with heading and location match parameters.
| double CartoType::TRoutePoint::iHeading = 0 |
The heading in degrees clockwise from north.
| bool CartoType::TRoutePoint::iHeadingKnown = false |
True if the heading is known.
| TLocationMatchParam CartoType::TRoutePoint::iLocationMatchParam |
Parameters used when matching the point to a road or other routable segment.
| TPointFP CartoType::TRoutePoint::iPoint |
The point.