26 QString managerName()
const;
27 int managerVersion()
const;
29 QGeoCodeReply *geocode(
const QGeoAddress &address,
30 const QGeoShape &bounds = QGeoShape());
31 QGeoCodeReply *geocode(
const QString &searchString,
34 const QGeoShape &bounds = QGeoShape());
36 QGeoCodeReply *reverseGeocode(
const QGeoCoordinate &coordinate,
37 const QGeoShape &bounds = QGeoShape());
39 void setLocale(
const QLocale &locale);
40 QLocale locale()
const;
43 void finished(QGeoCodeReply *reply);
44 void errorOccurred(QGeoCodeReply *reply, QGeoCodeReply::Error error,
45 const QString &errorString = QString());
48 explicit QGeoCodingManager(QGeoCodingManagerEngine *engine, QObject *parent =
nullptr);
50 QGeoCodingManagerPrivate *d_ptr;
51 Q_DISABLE_COPY(QGeoCodingManager)
53 friend class QGeoServiceProvider;
54 friend class QGeoServiceProviderPrivate;