- class QGeoCodingManager#
-
Synopsis#
Methods#
def
geocode()
def
locale()
def
managerName()
def
managerVersion()
def
reverseGeocode()
def
setLocale()
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#
- errorOccurred(reply, error[, errorString=""])#
- Parameters:
reply –
QGeoCodeReply
error –
Error
errorString – str
- finished(reply)#
- Parameters:
reply –
QGeoCodeReply
- geocode(address[, bounds=QGeoShape()])#
- Parameters:
address –
QGeoAddress
bounds –
QGeoShape
- Return type:
- geocode(searchString[, limit=-1[, offset=0[, bounds=QGeoShape()]]])
- Parameters:
searchString – str
limit – int
offset – int
bounds –
QGeoShape
- Return type:
- managerName()#
- Return type:
str
- managerVersion()#
- Return type:
int
- reverseGeocode(coordinate[, bounds=QGeoShape()])#
- Parameters:
coordinate –
QGeoCoordinate
bounds –
QGeoShape
- Return type: