-- | Values with a @maxlat@ string accessor. module Geo.OSM.Accessor.Maxlat where class Maxlat a where maxlat :: a -> String