- class QGeoCodingManager#
-
摘要#
方法#
def
geocode()
def
locale()
定义
setLocale()
信号#
定义
finished()
注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单来告诉我们。
详细描述#
- errorOccurred(reply, error[, errorString=""])#
- 参数:
reply –
QGeoCodeReply
error –
Error
errorString – str
- finished(reply)#
- 参数:
reply –
QGeoCodeReply
- geocode(address[, bounds=QGeoShape()])#
- 参数:
address –
QGeoAddress
bounds –
QGeoShape
- 返回类型:
- geocode(searchString[, limit=-1[, offset=0[, bounds=QGeoShape()]]]])
- 参数:
searchString – str
limit – int
offset – int
bounds –
QGeoShape
- 返回类型:
- managerName()#
- 返回类型:
str
- managerVersion()#
- 返回类型:
int
- reverseGeocode(coordinate[, bounds=QGeoShape()])#
- 参数:
coordinate –
QGeoCoordinate
bounds –
QGeoShape
- 返回类型: