CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Member Functions | Public Attributes | List of all members
CartoTypeCore::RoutePointInternal Class Reference

#include <cartotype_navigation.h>

Public Member Functions

void Read (InputStream &aInput)
 
void Write (OutputStream &aOutput) const
 

Public Attributes

Point iPoint
 
Point iHeadingVector
 
LocationMatchParam iLocationMatchParam
 

Detailed Description

A point on a route in map coordinates, with its heading and location match parameters.

Member Function Documentation

◆ Read()

void CartoTypeCore::RoutePointInternal::Read ( InputStream aInput)

Reads this point from an input stream.

◆ Write()

void CartoTypeCore::RoutePointInternal::Write ( OutputStream aOutput) const

Writes this point to an output stream.

Member Data Documentation

◆ iHeadingVector

Point CartoTypeCore::RoutePointInternal::iHeadingVector

The heading vector in map coordinates.

◆ iLocationMatchParam

LocationMatchParam CartoTypeCore::RoutePointInternal::iLocationMatchParam

The location match parameters.

◆ iPoint

Point CartoTypeCore::RoutePointInternal::iPoint

The point in map coordinates.


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