Module osmpbf::elements[][src]

Nodes, ways and relations

Structs

Info

Additional metadata that might be included in each element.

Node

An OpenStreetMap node element (See OSM wiki).

RawTagIter

An iterator over the tags of an element. It returns a pair of indices (key and value) to the stringtable of the current PrimitiveBlock.

RelMember

A member of a relation.

RelMemberIter

An iterator over the members of a relation.

Relation

An OpenStreetMap relation element (See OSM wiki).

TagIter

An iterator over the tags of an element. It returns a pair of strings (key and value).

Way

An OpenStreetMap way element (See OSM wiki).

WayRefIter

An iterator over the references of a way.

Enums

Element

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

RelMemberType

The element type of a relation member.