marble
Marble::Coordinate Struct Reference
#include <OsmParser.h>
Public Member Functions | |
Coordinate (float lon=0.0, float lat=0.0) | |
Public Attributes | |
float | lat |
float | lon |
Detailed Description
Definition at line 64 of file tools/osm-addresses/OsmParser.h.
Constructor & Destructor Documentation
Coordinate::Coordinate | ( | float | lon = 0.0 , |
float | lat = 0.0 |
||
) |
Definition at line 762 of file tools/osm-addresses/OsmParser.cpp.
Member Data Documentation
float Marble::Coordinate::lat |
Definition at line 66 of file tools/osm-addresses/OsmParser.h.
float Marble::Coordinate::lon |
Definition at line 65 of file tools/osm-addresses/OsmParser.h.
The documentation for this struct 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.