QGeoTiledMapReply Class Reference
The QGeoTiledMapReply class represents the response from a geocoding service. More...
#include <QGeoTiledMapReply>
Public Types
enum | Error { NoError, CommunicationError, ParseError, UnknownError } |
Public Functions
Public Slots
Signals
void | error ( QGeoTiledMapReply::Error error, const QString & errorString = QString() ) |
void | finished () |
Protected Functions
Detailed Description
The QGeoTiledMapReply class represents the response from a geocoding service.
This class represents the response from a geocoding service. It also takes responsibility for any errors that happen while the request is in submitted to and processed by the service.