GPX-0.4.1: Parse GPX files

Data.Geo.GPX.Gpx

Description

Synopsis

Documentation

gpxSource

Arguments

:: GpxType

The gpx element contents.

-> Gpx 

readGpxFile :: FilePath -> IO [Gpx]Source

Reads a GPX file into a list of Gpx values removing whitespace.

readGpxFiles :: [FilePath] -> IO [Gpx]Source

Reads 0 or more GPX files into a list of Gpx values removing whitespace.