class QGeoCodeReply#

Inheritance diagram of PySide6.QtLocation.QGeoCodeReply

摘要#

方法#

虚方法#

信号#

注意

本文档可能包含自动从C++转换为Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。

详细描述#

Error
__init__([parent=None])#
参数:

parentQObject

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

  • errorString – 字符串

  • parentQObject

abort()#
aborted()#
addLocation(location)#
参数:

locationQGeoLocation

error()#
返回类型:

Error

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

  • errorString – 字符串

errorString()#
返回类型:

字符串

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

布尔值

limit()#
返回类型:

整数

locations()#
返回类型:

列表 QGeoLocation

offset()#
返回类型:

整数

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

  • errorString – 字符串

setFinished(finished)#
参数:

finished – bool

setLimit(limit)#
参数:

limit – int

setLocations(locations)#
参数:

locations – .list of QGeoLocation

setOffset(offset)#
参数:

offset – int

setViewport(viewport)#
参数:

viewportQGeoShape

viewport()#
返回类型:

QGeoShape