OSM-0.4.1: Parse OpenStreetMap files

Data.Geo.OSM.GpxFile

Description

The gpx_file element of a OSM file.

Synopsis

Documentation

gpxFileSource

Arguments

:: String

The id attribute.

-> String

The name attribute.

-> String

The lat attribute.

-> String

The lon attribute.

-> String

The user attribute.

-> Bool

The public attribute.

-> Bool

The pending attribute.

-> String

The timestamp attribute.

-> GpxFile 

Constructs a gpx_file with an id, name, lat, lon, user, public, pending and timestamp.