QGeoRouteReply#
Synopsis#
Functions#
def
addRoutes
(routes)def
error
()def
errorString
()def
isFinished
()def
request
()def
routes
()def
setError
(error, errorString)def
setFinished
(finished)def
setRoutes
(routes)
Virtual functions#
def
abort
()
Signals#
def
aborted
()def
errorOccurred
(error[, errorString=””])def
finished
()
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:
errorString – str
request –
PySide6.QtLocation.QGeoRouteRequest
error –
Error
parent –
PySide6.QtCore.QObject
- PySide6.QtLocation.QGeoRouteReply.Error#
- PySide6.QtLocation.QGeoRouteReply.abort()#
- PySide6.QtLocation.QGeoRouteReply.aborted()#
- PySide6.QtLocation.QGeoRouteReply.addRoutes(routes)#
- Parameters:
routes –
- PySide6.QtLocation.QGeoRouteReply.errorOccurred(error[, errorString=""])#
- Parameters:
error –
Error
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.QGeoRouteReply.routes()#
- PySide6.QtLocation.QGeoRouteReply.setError(error, errorString)#
- Parameters:
error –
Error
errorString – str
- PySide6.QtLocation.QGeoRouteReply.setFinished(finished)#
- Parameters:
finished – bool
- PySide6.QtLocation.QGeoRouteReply.setRoutes(routes)#
- Parameters:
routes –