KOSMIndoorMap::MapData
KOSMIndoorMap::MapData Class Reference
#include <mapdata.h>
Properties | |
QPointF | center |
float | radius |
QString | regionCode |
QString | timeZone |
Public Member Functions | |
MapData (const MapData &) | |
MapData (MapData &&) | |
OSM::BoundingBox | boundingBox () const |
QPointF | center () const |
OSM::DataSet & | dataSet () |
const OSM::DataSet & | dataSet () const |
bool | isEmpty () const |
const std::map< MapLevel, std::vector< OSM::Element > > & | levelMap () const |
MapData & | operator= (const MapData &) |
MapData & | operator= (MapData &&) |
bool | operator== (const MapData &other) const |
float | radius () const |
QString | regionCode () const |
void | setBoundingBox (OSM::BoundingBox bbox) |
void | setDataSet (OSM::DataSet &&dataSet) |
void | setRegionCode (const QString ®ionCode) |
void | setTimeZone (const QTimeZone &tz) |
QTimeZone | timeZone () const |
Detailed Description
Property Documentation
◆ center
|
read |
◆ radius
|
read |
Member Function Documentation
◆ regionCode()
QString KOSMIndoorMap::MapData::regionCode | ( | ) | const |
ISO 3166-1/2 region or country code of the area covered by this map data.
◆ timeZone()
QTimeZone KOSMIndoorMap::MapData::timeZone | ( | ) | const |
Timezone the are covered by this map data is in.
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 Sun Jan 29 2023 04:09:34 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jan 29 2023 04:09:34 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.