OSM-0.5.0: Parse OpenStreetMap files

Data.Geo.OSM.UserE

Description

The user element of a OSM file.

Synopsis

Documentation

data UserE Source

The user element of a OSM file.

userESource

Arguments

:: Maybe Home

The home element.

-> String

The display_name attribute.

-> String

The account_created attribute.

-> UserE 

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