OSM-0.5.0: Parse OpenStreetMap files

Data.Geo.OSM.Accessor.Zoom

Description

Values with a zoom string accessor.

Documentation

class Zoom a whereSource

Methods

zoom :: a -> StringSource

setZoom :: String -> a -> aSource

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

Instances