TTMSFNCMaps.SaveToGPXText Method
Exports coordinates and optional metadata to GPX content.
API unit family: TMSFNCMaps
Declaring type: TTMSFNCMaps
Inherited from: TTMSFNCCustomMaps
Overloads
Overload 1
Exports coordinates and optional metadata to GPX content.
function SaveToGPXText(ACoordinates: TTMSFNCMapsCoordinateRecArray): string; overload; virtual;
Remarks
Import and export workflows usually need guide snippets for provider setup, styling, and event handling.
Parameters
| Name | Description |
|---|---|
ACoordinates |
Coordinate value used by the operation. |
Returns
String value returned by the operation.
Overload 2
Exports coordinates and optional metadata to GPX content.
function SaveToGPXText(ACoordinates: TTMSFNCMapsCoordinateRecArray; AMetaData: TTMSFNCMapsGPXMetaData; AWayPoints: TTMSFNCMapsGPXWayPointRecArray = nil): string; overload; virtual;
Remarks
Import and export workflows usually need guide snippets for provider setup, styling, and event handling.
Parameters
| Name | Description |
|---|---|
ACoordinates |
Coordinate value used by the operation. |
AMetaData |
Metadata written to the exported data. |
AWayPoints |
Waypoint records written to the exported data. |
Returns
String value returned by the operation.