OSM-0.4.0: Parse OpenStreetMap files

Data.Geo.OSM.Accessor.Box

Description

Values with a box string accessor.

Documentation

class Box a whereSource

Methods

box :: a -> StringSource

setBox :: String -> a -> aSource

usingBox :: a -> (String -> String) -> aSource

Instances