class QGeoRouteReply

Inheritance diagram of PySide6.QtLocation.QGeoRouteReply

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__(request[, parent=None])
Parameters:
__init__(error, errorString[, parent=None])
Parameters:
abort()
aborted()
addRoutes(routes)
Parameters:

routes – .list of QGeoRoute

error()
Return type:

Error

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

  • errorString – str

errorString()
Return type:

str

finished()
isFinished()
Return type:

bool

request()
Return type:

QGeoRouteRequest

routes()
Return type:

.list of QGeoRoute

setError(error, errorString)
Parameters:
  • errorError

  • errorString – str

setFinished(finished)
Parameters:

finished – bool

setRoutes(routes)
Parameters:

routes – .list of QGeoRoute