Module osmpbf::elements[][src]

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 references of a way.

Enums

An enum with the OSM core elements: nodes, ways and relations.

The element type of a relation member.