QGeoCodeReply#

Inheritance diagram of PySide6.QtLocation.QGeoCodeReply

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.QGeoCodeReply(error, errorString[, parent=None])#

PySide6.QtLocation.QGeoCodeReply([parent=None])

Parameters:
PySide6.QtLocation.QGeoCodeReply.Error#
PySide6.QtLocation.QGeoCodeReply.abort()#
PySide6.QtLocation.QGeoCodeReply.aborted()#
PySide6.QtLocation.QGeoCodeReply.addLocation(location)#
Parameters:

locationPySide6.QtPositioning.QGeoLocation

PySide6.QtLocation.QGeoCodeReply.error()#
Return type:

Error

PySide6.QtLocation.QGeoCodeReply.errorOccurred(error[, errorString=""])#
Parameters:
  • errorError

  • errorString – str

PySide6.QtLocation.QGeoCodeReply.errorString()#
Return type:

str

PySide6.QtLocation.QGeoCodeReply.finished()#
PySide6.QtLocation.QGeoCodeReply.isFinished()#
Return type:

bool

PySide6.QtLocation.QGeoCodeReply.limit()#
Return type:

qsizetype

PySide6.QtLocation.QGeoCodeReply.locations()#
PySide6.QtLocation.QGeoCodeReply.offset()#
Return type:

qsizetype

PySide6.QtLocation.QGeoCodeReply.setError(error, errorString)#
Parameters:
  • errorError

  • errorString – str

PySide6.QtLocation.QGeoCodeReply.setFinished(finished)#
Parameters:

finished – bool

PySide6.QtLocation.QGeoCodeReply.setLimit(limit)#
Parameters:

limitqsizetype

PySide6.QtLocation.QGeoCodeReply.setLocations(locations)#
Parameters:

locations

PySide6.QtLocation.QGeoCodeReply.setOffset(offset)#
Parameters:

offsetqsizetype

PySide6.QtLocation.QGeoCodeReply.setViewport(viewport)#
Parameters:

viewportPySide6.QtPositioning.QGeoShape

PySide6.QtLocation.QGeoCodeReply.viewport()#
Return type:

PySide6.QtPositioning.QGeoShape