Data.Geo.OSM.Way
Description
The way element of a OSM file.
Documentation
The way element of a OSM file.
Arguments
| :: [Nd] | The list of nds ( |
| -> String | The |
| -> [Tag] | The list of tags ( |
| -> Maybe String | The |
| -> Bool | The |
| -> (Maybe String, Maybe String) | The |
| -> Maybe String | The |
| -> Way |
Constructs a way with a list of nds, id, list of tags, changeset, visible, user&uid and timestamp.