OSM-0.6.3: Parse OpenStreetMap files

Data.Geo.OSM.User

Description

The user element of a OSM file.

Synopsis

Documentation

data User Source

The user element of a OSM file.

userSource

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.