class QGeoCodingManager#

Inheritance diagram of PySide6.QtLocation.QGeoCodingManager

摘要#

方法#

信号#

注意

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

详细描述#

errorOccurred(reply, error[, errorString=""])#
参数:
finished(reply)#
参数:

replyQGeoCodeReply

geocode(address[, bounds=QGeoShape()])#
参数:
返回类型:

QGeoCodeReply

geocode(searchString[, limit=-1[, offset=0[, bounds=QGeoShape()]]]])
参数:
  • searchString – str

  • limit – int

  • offset – int

  • boundsQGeoShape

返回类型:

QGeoCodeReply

locale()#
返回类型:

QLocale

managerName()#
返回类型:

str

managerVersion()#
返回类型:

int

reverseGeocode(coordinate[, bounds=QGeoShape()])#
参数:
返回类型:

QGeoCodeReply

setLocale(locale)#
参数:

localeQLocale