GPX-0.7.0: Parse GPX files

Data.Geo.GPX.Type.Fix

Description

Synopsis

Documentation

foldFixSource

Arguments

:: a

The value if none.

-> a

The value if twod.

-> a

The value if threed.

-> a

The value if dgps.

-> a

The value if pps.

-> Fix

The value to fold.

-> a 

The catamorphism for Fix.

none :: FixSource

Construct a Fix with a value of none.

twod :: FixSource

Construct a Fix with a value of 2d.

threed :: FixSource

Construct a Fix with a value of 3d.

dgps :: FixSource

Construct a Fix with a value of dgps.

pps :: FixSource

Construct a Fix with a value of pps.

fixSource

Arguments

:: String

The string value to construct a Fix with.

-> Maybe Fix 

Construct a Fix using a string with a value of [none, 2d, 3d, dgps, pps].