Marble

Marble::OsmIdentifier Struct Reference

#include <OsmPlacemarkData.h>

Public Member Functions

 OsmIdentifier (qint64 _id, OsmType _type)
 
bool operator== (OsmIdentifier other) const
 

Public Attributes

qint64 id = 0
 
OsmType type = OsmType::Way
 

Detailed Description

Identifier for an OSM element.

Note
OSM uses distinct id spaces for all its three basic element types, so just the numeric id on its own doesn't identify an element without knowing its type.

Definition at line 35 of file OsmPlacemarkData.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 23 2023 04:12:09 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.