OSM-0.4.0: Parse OpenStreetMap files

Data.Geo.OSM.Home

Description

The home element of a OSM file.

Synopsis

Documentation

data Home Source

The home element of a OSM file.

homeSource

Arguments

:: String

The lat attribute.

-> String

The lon attribute.

-> String

The zoom attribute.

-> Home 

Constructs a home with lat, lon and zoom.