QGeoRouteReply#

Inheritance diagram of PySide6.QtLocation.QGeoRouteReply

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

PySide6.QtLocation.QGeoRouteReply(request[, parent=None])

Parameters:
PySide6.QtLocation.QGeoRouteReply.Error#
PySide6.QtLocation.QGeoRouteReply.abort()#
PySide6.QtLocation.QGeoRouteReply.aborted()#
PySide6.QtLocation.QGeoRouteReply.addRoutes(routes)#
Parameters:

routes

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

Error

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

  • errorString – str

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

str

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

bool

PySide6.QtLocation.QGeoRouteReply.request()#
Return type:

PySide6.QtLocation.QGeoRouteRequest

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

  • errorString – str

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

finished – bool

PySide6.QtLocation.QGeoRouteReply.setRoutes(routes)#
Parameters:

routes