GPX-0.4.1: Parse GPX files

Data.Geo.GPX.Accessor.Pts

Documentation

class Pts a whereSource

Methods

pts :: a -> [PtType]Source

setPts :: [PtType] -> a -> aSource

Instances