OSM-0.2: Parse OpenStreetMap files
Geo.OSM.Bounds
Description
The bounds element of a OSM file.
bounds
Synopsis
data Bounds Source
Instances
boundsSource
Arguments
The minlat attribute.
minlat
The minlon attribute.
minlon
The maxlat attribute.
maxlat
The maxlon attribute.
maxlon
The origin attribute.
origin
Constructs a bounds with a minlat, minlon, maxlat, maxlon and origin attributes.