|
CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
|
#include <cartotype_navigation.h>
Public Member Functions | |
| CLocationRef (TLocationRefType aType, TCoordType aCoordType) | |
| void | WriteAsXml (CFramework &aFramework, MOutputStream &aOutput) const |
Public Attributes | |
| TLocationRefType | iType |
| CString | iId |
| CGeometry | iGeometry |
| double | iRadiusInMeters |
| TSideOfRoad | iSideOfRoad |
| TRoadOrientation | iRoadOrientation |
Parameters used for a location reference when writing traffic information.
|
inline |
Creates a location reference with the specified reference type and coordinate type.
| void CartoType::CLocationRef::WriteAsXml | ( | CFramework & | aFramework, |
| MOutputStream & | aOutput | ||
| ) | const |
Writes a location reference to aOutput in XML form.
| CGeometry CartoType::CLocationRef::iGeometry |
The point or points.
| CString CartoType::CLocationRef::iId |
The arbitrary ID of the location reference.
| double CartoType::CLocationRef::iRadiusInMeters |
The radius, if this is a circle.
| TRoadOrientation CartoType::CLocationRef::iRoadOrientation |
The road orientation, if relevant.
| TSideOfRoad CartoType::CLocationRef::iSideOfRoad |
The side of the road, if relevant.
| TLocationRefType CartoType::CLocationRef::iType |
The type of this location reference.