class QGeoCodeReply#

Inheritance diagram of PySide6.QtLocation.QGeoCodeReply

Synopsis#

Methods#

Virtual methods#

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 Error#
__init__([parent=None])#
Parameters:

parentQObject

__init__(error, errorString[, parent=None])
Parameters:
abort()#
aborted()#
addLocation(location)#
Parameters:

locationQGeoLocation

error()#
Return type:

Error

errorOccurred(error[, errorString=""])#
Parameters:
  • errorError

  • errorString – str

errorString()#
Return type:

str

finished()#
isFinished()#
Return type:

bool

limit()#
Return type:

int

locations()#
Return type:

.list of QGeoLocation

offset()#
Return type:

int

setError(error, errorString)#
Parameters:
  • errorError

  • errorString – str

setFinished(finished)#
Parameters:

finished – bool

setLimit(limit)#
Parameters:

limit – int

setLocations(locations)#
Parameters:

locations – .list of QGeoLocation

setOffset(offset)#
Parameters:

offset – int

setViewport(viewport)#
Parameters:

viewportQGeoShape

viewport()#
Return type:

QGeoShape