Table of Contents

TTMSFNCMapsGPXWayPointRec Record

Stores a GPX waypoint and its optional descriptive metadata.

API unit family: TMSFNCMapsCommonTypes

Syntax

TTMSFNCMapsGPXWayPointRec = record

Fields and properties

Name Type Description
Comment string Stores the GPX comment text.
Description string Stores descriptive text.
Elevation Double Stores the elevation value when available.
HasElevation Boolean Indicates whether the elevation value is available.
HasTimeStamp Boolean Indicates whether the timestamp value is available.
Link string Stores the GPX link.
Name string Stores the display or GPX name.
Symbol string Stores the GPX symbol name.
TimeStamp TDateTime Stores the timestamp associated with the coordinate.
WayPoint TTMSFNCMapsCoordinateRec Stores the waypoint coordinate.
WayPointType string Stores the GPX waypoint type.