OSM-0.4.1: 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 :: (String -> String) -> a -> aSource

Instances