27 QString managerName()
const;
28 int managerVersion()
const;
30 QGeoCodeReply *geocode(
const QGeoAddress &address,
31 const QGeoShape &bounds = QGeoShape());
32 QGeoCodeReply *geocode(
const QString &searchString,
35 const QGeoShape &bounds = QGeoShape());
37 QGeoCodeReply *reverseGeocode(
const QGeoCoordinate &coordinate,
38 const QGeoShape &bounds = QGeoShape());
40 void setLocale(
const QLocale &locale);
41 QLocale locale()
const;
44 void finished(QGeoCodeReply *reply);
45 void errorOccurred(QGeoCodeReply *reply, QGeoCodeReply::Error error,
46 const QString &errorString = QString());
49 explicit QGeoCodingManager(QGeoCodingManagerEngine *engine, QObject *parent =
nullptr);
51 QGeoCodingManagerPrivate *d_ptr;
52 Q_DISABLE_COPY(QGeoCodingManager)
54 friend class QGeoServiceProvider;
55 friend class QGeoServiceProviderPrivate;