Module osmpbf::elements

source ·
Expand description

Nodes, ways and relations

Structs

  • Additional metadata that might be included in each element.
  • An OpenStreetMap node element (See OSM wiki).
  • An iterator over the tags of an element. It returns a pair of indices (key and value) to the stringtable of the current PrimitiveBlock.
  • A member of a relation.
  • An iterator over the members of a relation.
  • An OpenStreetMap relation element (See OSM wiki).
  • An iterator over the tags of an element. It returns a pair of strings (key and value).
  • An OpenStreetMap way element (See OSM wiki).
  • An iterator over the node locations of a way. Each element is a pair of coordinates consisting of latitude and longitude.
  • An iterator over the references of a way.

Enums

  • An enum with the OSM core elements: nodes, ways and relations.
  • The element type of a relation member.