QGeoCodingManagerEngine#
Synopsis#
Functions#
def
locale()def
managerName()def
managerVersion()def
setLocale(locale)
Virtual functions#
def
geocode(address, bounds)def
geocode(address, limit, offset, bounds)def
reverseGeocode(coordinate, bounds)
Signals#
def
errorOccurred(reply, error[, errorString=””])def
finished(reply)
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:
 parameters –
parent –
PySide6.QtCore.QObject
- PySide6.QtLocation.QGeoCodingManagerEngine.errorOccurred(reply, error[, errorString=""])#
 - Parameters:
 reply –
PySide6.QtLocation.QGeoCodeReplyerror –
ErrorerrorString – str
- PySide6.QtLocation.QGeoCodingManagerEngine.finished(reply)#
 - Parameters:
 reply –
PySide6.QtLocation.QGeoCodeReply
- PySide6.QtLocation.QGeoCodingManagerEngine.geocode(address, bounds)#
 - Parameters:
 address –
PySide6.QtPositioning.QGeoAddressbounds –
PySide6.QtPositioning.QGeoShape
- Return type:
 
- PySide6.QtLocation.QGeoCodingManagerEngine.geocode(address, limit, offset, bounds)
 - Parameters:
 address – str
limit – int
offset – int
bounds –
PySide6.QtPositioning.QGeoShape
- Return type:
 
- PySide6.QtLocation.QGeoCodingManagerEngine.locale()#
 - Return type:
 
- PySide6.QtLocation.QGeoCodingManagerEngine.managerName()#
 - Return type:
 str
- PySide6.QtLocation.QGeoCodingManagerEngine.managerVersion()#
 - Return type:
 int
- PySide6.QtLocation.QGeoCodingManagerEngine.reverseGeocode(coordinate, bounds)#
 - Parameters:
 coordinate –
PySide6.QtPositioning.QGeoCoordinatebounds –
PySide6.QtPositioning.QGeoShape
- Return type:
 
- PySide6.QtLocation.QGeoCodingManagerEngine.setLocale(locale)#
 - Parameters:
 locale –
PySide6.QtCore.QLocale