Table of Contents

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

creator string

The creator name to be included in the GPX file metadata.

items List<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.