QGeoCodeReply#
Synopsis#
Functions#
def
addLocation
(location)def
error
()def
errorString
()def
isFinished
()def
limit
()def
locations
()def
offset
()def
setError
(error, errorString)def
setFinished
(finished)def
setLimit
(limit)def
setLocations
(locations)def
setOffset
(offset)def
setViewport
(viewport)def
viewport
()
Virtual functions#
def
abort
()
Signals#
def
aborted
()def
errorOccurred
(error[, errorString=””])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#
- class PySide6.QtLocation.QGeoCodeReply(error, errorString[, parent=None])#
PySide6.QtLocation.QGeoCodeReply([parent=None])
- Parameters:
errorString – str
error –
Error
parent –
PySide6.QtCore.QObject
- PySide6.QtLocation.QGeoCodeReply.Error#
- PySide6.QtLocation.QGeoCodeReply.abort()#
- PySide6.QtLocation.QGeoCodeReply.aborted()#
- PySide6.QtLocation.QGeoCodeReply.addLocation(location)#
- Parameters:
location –
PySide6.QtPositioning.QGeoLocation
- PySide6.QtLocation.QGeoCodeReply.errorOccurred(error[, errorString=""])#
- Parameters:
error –
Error
errorString – str
- PySide6.QtLocation.QGeoCodeReply.errorString()#
- Return type:
str
- PySide6.QtLocation.QGeoCodeReply.finished()#
- PySide6.QtLocation.QGeoCodeReply.isFinished()#
- Return type:
bool
- PySide6.QtLocation.QGeoCodeReply.limit()#
- Return type:
qsizetype
- PySide6.QtLocation.QGeoCodeReply.locations()#
- PySide6.QtLocation.QGeoCodeReply.offset()#
- Return type:
qsizetype
- PySide6.QtLocation.QGeoCodeReply.setError(error, errorString)#
- Parameters:
error –
Error
errorString – str
- PySide6.QtLocation.QGeoCodeReply.setFinished(finished)#
- Parameters:
finished – bool
- PySide6.QtLocation.QGeoCodeReply.setLimit(limit)#
- Parameters:
limit –
qsizetype
- PySide6.QtLocation.QGeoCodeReply.setLocations(locations)#
- Parameters:
locations –
- PySide6.QtLocation.QGeoCodeReply.setOffset(offset)#
- Parameters:
offset –
qsizetype
- PySide6.QtLocation.QGeoCodeReply.setViewport(viewport)#
- Parameters:
viewport –
PySide6.QtPositioning.QGeoShape
- PySide6.QtLocation.QGeoCodeReply.viewport()#
- Return type: