OSM-0.3: Parse OpenStreetMap files

Data.Geo.OSM.Accessor.BoundOrs

Description

Values with a bounds accessor which is either empty, a Bound or a Bounds.

Documentation

class BoundOrs a whereSource

Methods

boundOrs :: a -> x -> (Bound -> x) -> (Bounds -> x) -> xSource

Instances