- class QGeoCodeReply#
-
Synopsis#
Methods#
def
__init__()
def
addLocation()
def
error()
def
errorString()
def
isFinished()
def
limit()
def
locations()
def
offset()
def
setError()
def
setFinished()
def
setLimit()
def
setLocations()
def
setOffset()
def
setViewport()
def
viewport()
Virtual methods#
def
abort()
Signals#
def
aborted()
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#
- class Error#
- __init__(error, errorString[, parent=None])
- abort()#
- aborted()#
- addLocation(location)#
- Parameters:
location –
QGeoLocation
- errorString()#
- Return type:
str
- finished()#
- isFinished()#
- Return type:
bool
- limit()#
- Return type:
int
- locations()#
- Return type:
.list of QGeoLocation
- offset()#
- Return type:
int
- setFinished(finished)#
- Parameters:
finished – bool
- setLimit(limit)#
- Parameters:
limit – int
- setLocations(locations)#
- Parameters:
locations – .list of QGeoLocation
- setOffset(offset)#
- Parameters:
offset – int