1 #ifndef OSMIUM_OSM_NODE_HPP
2 #define OSMIUM_OSM_NODE_HPP
44 template <
typename T>
class ObjectBuilder;
54 OSMObject(sizeof(Node), osmium::item_type::node) {
75 #endif // OSMIUM_OSM_NODE_HPP
item_type
Definition: item_type.hpp:43
static constexpr osmium::item_type itemtype
Definition: node.hpp:59
Namespace for everything in the Osmium library.
Definition: assembler.hpp:59
Definition: location.hpp:79
osmium::Location location() const noexcept
Definition: node.hpp:61
Definition: builder.hpp:186
osmium::Location m_location
Definition: node.hpp:51
Node & set_location(const osmium::Location &location)
Definition: node.hpp:65
Definition: object.hpp:58