gps-1.2: For manipulating GPS coordinates and trails.

Safe HaskellSafe-Inferred
LanguageHaskell98

Geo.Types

Synopsis

Documentation

data Track Source

Constructors

Track 

data Segment Source

A GPX segments is just a bundle of points.

Constructors

Segment 

Fields

points :: [Point]
 

data Point Source

Track point is a full-fledged representation of all the data available in most GPS loggers. It is possible you don't want all this data and can just made do with coordinates (via Pnt) or a custom derivative.

Constructors

Point