OSM-0.4.0: Parse OpenStreetMap files

Data.Geo.OSM.Api

Description

The api element of a OSM file.

Synopsis

Documentation

data Api Source

The api element of a OSM file.

apiSource

Arguments

:: VersionE

The version element.

-> Area

The area element.

-> Tracepoints

The tracepoints element.

-> Waynodes

The waynodes element.

-> Api 

Constructs a api with version, area, tracepoints and waynodes.