QGeoCodingManagerEngine#

Inheritance diagram of PySide6.QtLocation.QGeoCodingManagerEngine

Synopsis#

Functions#

Virtual functions#

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#

class PySide6.QtLocation.QGeoCodingManagerEngine(parameters[, parent=None])#
Parameters:
PySide6.QtLocation.QGeoCodingManagerEngine.errorOccurred(reply, error[, errorString=""])#
Parameters:
PySide6.QtLocation.QGeoCodingManagerEngine.finished(reply)#
Parameters:

replyPySide6.QtLocation.QGeoCodeReply

PySide6.QtLocation.QGeoCodingManagerEngine.geocode(address, bounds)#
Parameters:
Return type:

PySide6.QtLocation.QGeoCodeReply

PySide6.QtLocation.QGeoCodingManagerEngine.geocode(address, limit, offset, bounds)
Parameters:
Return type:

PySide6.QtLocation.QGeoCodeReply

PySide6.QtLocation.QGeoCodingManagerEngine.locale()#
Return type:

PySide6.QtCore.QLocale

PySide6.QtLocation.QGeoCodingManagerEngine.managerName()#
Return type:

str

PySide6.QtLocation.QGeoCodingManagerEngine.managerVersion()#
Return type:

int

PySide6.QtLocation.QGeoCodingManagerEngine.reverseGeocode(coordinate, bounds)#
Parameters:
Return type:

PySide6.QtLocation.QGeoCodeReply

PySide6.QtLocation.QGeoCodingManagerEngine.setLocale(locale)#
Parameters:

localePySide6.QtCore.QLocale