import type { LocationFix } from '../types'; /** Options for {@link buildGpxTrack}. */ export interface BuildGpxTrackOptions { /** Track name written to ``. Default: "Track". */ trackName?: string; /** Creator string written to the `` attribute. */ creator?: string; } /** * Builds a GPX 1.1 track document from a series of GPS fixes, suitable for * writing to a file and sharing/exporting (e.g. via `expo-file-system` + * `expo-sharing`). * * Each fix becomes a ``: latitude/longitude as attributes, altitude * as ``, timestamp as `