Expand description
OSM Tags
Provides Tags
, TagKey
, and TagVal
structures to represent and help manipulate OpenStreetMap tags
Structs§
- Duplicate
KeyError - TagKey
- A representation for the key of an OSM tag
- TagVal
- A Tag Value
A String is used as a placeholder until
|
separated values are supported - Tags
- A map from string keys to string values. This makes copies of strings for convenience; don’t use in performance sensitive contexts.