- class QGeoCodingManagerEngine#
-
概述#
方法#
def
__init__()
def
locale()
def
managerName()
定义
setLocale()
虚方法#
定义
geocode()
信号#
定义
finished()
注意
本文档可能包含从 C++ 自动翻译成 Python 的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建工单的方式来通知我们
详细描述#
- __init__(parameters[,parent=None])#
- 参数:
parameters – 包含 QString 类型键和 QVariant 类型值的字典。
parent –
QObject
- errorOccurred(reply,error[,errorString=""])#
- 参数:
reply –
QGeoCodeReply
error –
Error
errorString – str
- finished(reply)#
- 参数:
reply –
QGeoCodeReply
- geocode(address,bounds)#
- 参数:
address –
QGeoAddress
bounds –
QGeoShape
- 返回类型::
- geocode(address, limit, offset, bounds)
- 参数:
address – 字符串
limit – 整数
offset – 整数
bounds –
QGeoShape
- 返回类型::
- managerName()#
- 返回类型::
字符串
- managerVersion()#
- 返回类型::
整数
- reverseGeocode(coordinate, bounds)#
- 参数:
coordinate –
QGeoCoordinate
bounds –
QGeoShape
- 返回类型::