Module osmpbfreader::objects

source ·
Expand description

This module proposes objects to modelize OpenStreetMap objects.

There are 3 types of objects: nodes, ways and relations.

Structs

An OpenStreetMap node. See the OpenStreetMap wiki page about node for more information.
A node identifier
A reference to an object with a role. Used in the relation object.
An OpenStreetMap relation. See the OpenStreetMap wiki page about relation for more information.
A relation identifier
Tags represents the features of the objects. See the OpenStreetMap wiki page about tags for more information.
An OpenStreetMap way. See the OpenStreetMap wiki page about way for more information.
A way identifier

Enums

An OpenStreetMap object identifier
An OpenStreetMap object.