class QGeoCodingManagerEngine#

Inheritance diagram of PySide6.QtLocation.QGeoCodingManagerEngine

Synopsis#

Methods#

Virtual methods#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

__init__(parameters[, parent=None])#
Parameters:
  • parameters – Dictionary with keys of type .QString and values of type QVariant.

  • parentQObject

errorOccurred(reply, error[, errorString=""])#
Parameters:
finished(reply)#
Parameters:

replyQGeoCodeReply

geocode(address, bounds)#
Parameters:
Return type:

QGeoCodeReply

geocode(address, limit, offset, bounds)
Parameters:
  • address – str

  • limit – int

  • offset – int

  • boundsQGeoShape

Return type:

QGeoCodeReply

locale()#
Return type:

QLocale

managerName()#
Return type:

str

managerVersion()#
Return type:

int

reverseGeocode(coordinate, bounds)#
Parameters:
Return type:

QGeoCodeReply

setLocale(locale)#
Parameters:

localeQLocale