GPXLoader

class GPXLoader : GPSFileLoader

Class that reads GPS tracks from gpx files.

Functions

Link copied to clipboard
open fun readTrace(url: URL): List<GPSTrace>
Link copied to clipboard
open fun supportedExtensions(): ImmutableSet<String>