This class calls Geonames' get address service available only for USA locations.
More...
#include <backend-geonamesUS-rg.h>
This class calls Geonames' get address service available only for USA locations.
◆ BackendGeonamesUSRG()
Digikam::BackendGeonamesUSRG::BackendGeonamesUSRG |
( |
QObject *const |
parent | ) |
|
|
explicit |
◆ ~BackendGeonamesUSRG()
Digikam::BackendGeonamesUSRG::~BackendGeonamesUSRG |
( |
| ) |
|
|
override |
◆ backendName()
QString Digikam::BackendGeonamesUSRG::backendName |
( |
| ) |
|
|
overridevirtual |
◆ callRGBackend()
void Digikam::BackendGeonamesUSRG::callRGBackend |
( |
const QList< RGInfo > & |
rgList, |
|
|
const QString & |
language |
|
) |
| |
|
overridevirtual |
Takes the coordinate of each image and then connects to Open Street Map's reverse geocoding service.
- Parameters
-
rgList | A list containing information needed in reverse geocoding process. At this point, it contains only coordinates. |
language | The language in which the data will be returned. |
Implements Digikam::RGBackend.
◆ cancelRequests()
void Digikam::BackendGeonamesUSRG::cancelRequests |
( |
| ) |
|
|
overridevirtual |
◆ getErrorMessage()
QString Digikam::BackendGeonamesUSRG::getErrorMessage |
( |
| ) |
|
|
overridevirtual |
◆ makeQMapFromXML()
QMap< QString, QString > Digikam::BackendGeonamesUSRG::makeQMapFromXML |
( |
const QString & |
xmlData | ) |
|
The data is returned from Open Street Map in a XML. This function translates the XML into a QMap.
- Parameters
-
◆ signalRGReady
void Digikam::RGBackend::signalRGReady |
( |
const QList< RGInfo > & |
| ) |
|
|
signalinherited |
Emitted whenever some items are ready.
The documentation for this class was generated from the following files: