OSM-0.6.4: Parse OpenStreetMap files

Safe HaskellNone
LanguageHaskell98

Data.Geo.OSM.User

Description

The user element of a OSM file.

Synopsis

Documentation

data User Source

The user element of a OSM file.

user Source

Arguments

:: Maybe Home

The home element.

-> String

The display_name attribute.

-> String

The account_created attribute.

-> User 

Constructs a user with an optional home, display_name and account_created.