OSM-0.6.3: Parse OpenStreetMap files

Data.Geo.OSM.Bound

Description

The bound element of a OSM file.

Synopsis

Documentation

data Bound Source

The bound element of a OSM file.

boundSource

Arguments

:: String

The box attribute.

-> Maybe String

The origin attribute.

-> Bound 

Constructs a bound with a box and origin attributes.