marble
Marble::GeoDataAccuracy Class Reference
#include <GeoDataAccuracy.h>
Public Types | |
enum | Level { none = 0, Country, Region, Locality, PostalCode, Street, Detailed } |
Public Member Functions | |
GeoDataAccuracy (Level level=none, qreal horizontal=0.0, qreal vertical=0.0) | |
bool | operator!= (const GeoDataAccuracy &other) const |
bool | operator== (const GeoDataAccuracy &other) const |
Public Attributes | |
qreal | horizontal |
Level | level |
qreal | vertical |
Detailed Description
Definition at line 22 of file GeoDataAccuracy.h.
Member Enumeration Documentation
Enumerator | |
---|---|
none | |
Country | |
Region | |
Locality | |
PostalCode | |
Street | |
Detailed |
Definition at line 25 of file GeoDataAccuracy.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 15 of file GeoDataAccuracy.cpp.
Member Function Documentation
bool Marble::GeoDataAccuracy::operator!= | ( | const GeoDataAccuracy & | other | ) | const |
Definition at line 28 of file GeoDataAccuracy.cpp.
bool Marble::GeoDataAccuracy::operator== | ( | const GeoDataAccuracy & | other | ) | const |
Definition at line 23 of file GeoDataAccuracy.cpp.
Member Data Documentation
qreal Marble::GeoDataAccuracy::horizontal |
Horizontal accuracy in meters.
Definition at line 49 of file GeoDataAccuracy.h.
Level Marble::GeoDataAccuracy::level |
Approximate descriptive accuracy.
Definition at line 44 of file GeoDataAccuracy.h.
qreal Marble::GeoDataAccuracy::vertical |
Vertical accuracy in meters.
Definition at line 54 of file GeoDataAccuracy.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.