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