OSM-0.6.3: Parse OpenStreetMap files

Data.Geo.OSM.Bounds

Description

The bounds element of a OSM file.

Synopsis

Documentation

boundsSource

Arguments

:: String

The minlat attribute.

-> String

The minlon attribute.

-> String

The maxlat attribute.

-> String

The maxlon attribute.

-> Maybe String

The origin attribute.

-> Bounds 

Constructs a bounds with a minlat, minlon, maxlat, maxlon and origin attributes.