OSM-0.6.4: Parse OpenStreetMap files

Safe HaskellNone
LanguageHaskell98

Data.Geo.OSM.Tag

Description

The tag element of a OSM file.

Synopsis

Documentation

data Tag Source

The tag element of a OSM file.

tag Source

Arguments

:: String

The key (k attribute).

-> String

The value (v attribute).

-> Tag 

Constructs a tag with a key and value.