KPkPass::Location
KPkPass::Location Class Reference
#include <location.h>
Properties | |
double | altitude |
double | latitude |
double | longitude |
QString | relevantText |
Public Member Functions | |
double | altitude () const |
double | latitude () const |
double | longitude () const |
QString | relevantText () const |
Detailed Description
A pass location element.
Definition at line 24 of file location.h.
Member Function Documentation
◆ altitude()
double KPkPass::Location::altitude | ( | ) | const |
Altitude in meters, NaN if not set.
◆ latitude()
double KPkPass::Location::latitude | ( | ) | const |
Latitude in degree.
◆ longitude()
double KPkPass::Location::longitude | ( | ) | const |
Longitude in degree.
◆ relevantText()
QString KPkPass::Location::relevantText | ( | ) | const |
Text to display when location is reached.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 03:59:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 03:59:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.