class QGeoRouteReply#

Inheritance diagram of PySide6.QtLocation.QGeoRouteReply

概述#

方法#

虚方法#

信号#

注意

此文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建一个票据来告诉我们

详细描述#

class Error#
__init__(error, errorString[, parent=None])#
参数:
  • errorError

  • errorString – 字符串

  • parentQObject

__init__(request[, parent=None])
参数:
abort()#
aborted()#
addRoutes(routes)#
参数:

路由列表 – .列表 of QGeoRoute

error()#
返回类型

错误

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

  • errorString – 字符串

errorString()#
返回类型

字符串

finished()#
isFinished()#
返回类型

布尔值

request()#
返回类型

QGeoRouteRequest

routes()*
返回类型

.列表 of QGeoRoute

setError(error, errorString)*
参数:
  • errorError

  • errorString – 字符串

setFinished(finished)*
参数:

完成标识 – 布尔值

setRoutes(routes)*
参数:

路由列表 – .列表 of QGeoRoute