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