- class QGeoCodingManagerEngine#
-
Synopsis#
Methods#
def
__init__()
def
locale()
def
managerName()
def
managerVersion()
def
setLocale()
Virtual methods#
def
geocode()
def
reverseGeocode()
Signals#
def
errorOccurred()
def
finished()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- __init__(parameters[, parent=None])#
- Parameters:
parameters – Dictionary with keys of type .QString and values of type QVariant.
parent –
QObject
- errorOccurred(reply, error[, errorString=""])#
- Parameters:
reply –
QGeoCodeReply
error –
Error
errorString – str
- finished(reply)#
- Parameters:
reply –
QGeoCodeReply
- geocode(address, bounds)#
- Parameters:
address –
QGeoAddress
bounds –
QGeoShape
- Return type:
- geocode(address, limit, offset, bounds)
- Parameters:
address – str
limit – int
offset – int
bounds –
QGeoShape
- Return type:
- managerName()#
- Return type:
str
- managerVersion()#
- Return type:
int
- reverseGeocode(coordinate, bounds)#
- Parameters:
coordinate –
QGeoCoordinate
bounds –
QGeoShape
- Return type: