QGeoCodingManager#

Inheritance diagram of PySide6.QtLocation.QGeoCodingManager

Synopsis#

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.QGeoCodingManager#
PySide6.QtLocation.QGeoCodingManager.errorOccurred(reply, error[, errorString=""])#
Parameters:
PySide6.QtLocation.QGeoCodingManager.finished(reply)#
Parameters:

replyPySide6.QtLocation.QGeoCodeReply

PySide6.QtLocation.QGeoCodingManager.geocode(address[, bounds=QGeoShape()])#
Parameters:
Return type:

PySide6.QtLocation.QGeoCodeReply

PySide6.QtLocation.QGeoCodingManager.geocode(searchString[, limit=-1[, offset=0[, bounds=QGeoShape()]]])
Parameters:
Return type:

PySide6.QtLocation.QGeoCodeReply

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

PySide6.QtCore.QLocale

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

str

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

int

PySide6.QtLocation.QGeoCodingManager.reverseGeocode(coordinate[, bounds=QGeoShape()])#
Parameters:
Return type:

PySide6.QtLocation.QGeoCodeReply

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

localePySide6.QtCore.QLocale