Mapper  0.9.0
API documentation
Public Member Functions | Public Attributes | List of all members
OpenOrienteering::TrackPoint Struct Reference

A geographic point with optional attributes such as time. More...

#include <track.h>

Collaboration diagram for OpenOrienteering::TrackPoint:
Collaboration graph
[legend]

Public Member Functions

void save (QXmlStreamWriter *stream) const
 

Public Attributes

LatLon latlon
 
QDateTime datetime = {}
 
float elevation = NAN
 
float hDOP = NAN
 
MapCoordF map_coord = {}
 

Detailed Description

A geographic point with optional attributes such as time.

See also
GPX ptType, https://www.topografix.com/GPX/1/1/#type_ptType

Member Function Documentation

◆ save()

void OpenOrienteering::TrackPoint::save ( QXmlStreamWriter stream) const

Member Data Documentation

◆ datetime

QDateTime OpenOrienteering::TrackPoint::datetime = {}

◆ elevation

float OpenOrienteering::TrackPoint::elevation = NAN

◆ hDOP

float OpenOrienteering::TrackPoint::hDOP = NAN

◆ latlon

LatLon OpenOrienteering::TrackPoint::latlon

◆ map_coord

MapCoordF OpenOrienteering::TrackPoint::map_coord = {}

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