class QGeoCodingManagerEngine#

Inheritance diagram of PySide6.QtLocation.QGeoCodingManagerEngine

概述#

方法#

虚方法#

信号#

注意

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

详细描述#

__init__(parameters[parent=None])#
参数
  • parameters – 包含 QString 类型键和 QVariant 类型值的字典。

  • parentQObject

errorOccurred(replyerror[errorString=""])#
参数
finished(reply)#
参数

replyQGeoCodeReply

geocode(addressbounds)#
参数
返回类型:

QGeoCodeReply

geocode(address, limit, offset, bounds)
参数
  • address – 字符串

  • limit – 整数

  • offset – 整数

  • boundsQGeoShape

返回类型:

QGeoCodeReply

locale()#
返回类型:

QLocale

managerName()#
返回类型:

字符串

managerVersion()#
返回类型:

整数

reverseGeocode(coordinate, bounds)#
参数
返回类型:

QGeoCodeReply

setLocale(locale)#
参数

localeQLocale