Data.Geo.OSM.Accessor.DisplayName
Description
Values with a display_name
string accessor.
Documentation
class DisplayName a whereSource
Methods
displayName :: a -> StringSource
setDisplayName :: String -> a -> aSource
usingDisplayName :: a -> (String -> String) -> aSource
Instances