class QGeoCodingManager

Inheritance diagram of PySide6.QtLocation.QGeoCodingManager

Synopsis

Methods

Signals

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:
finished(reply)
Parameters:

replyQGeoCodeReply

geocode(address[, bounds=QGeoShape()])
Parameters:
Return type:

QGeoCodeReply

geocode(searchString[, limit=-1[, offset=0[, bounds=QGeoShape()]]])
Parameters:
  • searchString – str

  • limit – int

  • offset – int

  • boundsQGeoShape

Return type:

QGeoCodeReply

locale()
Return type:

QLocale

managerName()
Return type:

str

managerVersion()
Return type:

int

reverseGeocode(coordinate[, bounds=QGeoShape()])
Parameters:
Return type:

QGeoCodeReply

setLocale(locale)
Parameters:

localeQLocale