Class SunamoGpxService
- Namespace
- SunamoGpx
- Assembly
- SunamoGpx.dll
Service for generating GPX files from geocoded locations.
public class SunamoGpxService
- Inheritance
-
SunamoGpxService
- Inherited Members
- Extension Methods
Methods
GenerateGpxFile(string, List<Item?>)
Generates a GPX file in XML format from a list of location items.
public string GenerateGpxFile(string creator, List<Item?> items)
Parameters
creatorstringThe creator name to be included in the GPX file metadata.
itemsList<Item>The list of location items to include as waypoints in the GPX file. Null items are skipped.
Returns
- string
A string containing the GPX file content in UTF-8 encoded XML format.