QGeoCodeReply¶
- PyQt5.QtLocation.QGeoCodeReply
Inherits from QObject.
Description¶
TODO
Enums¶
- Error
TODO
Member
Value
Description
CombinationError TODO
TODO
CommunicationError TODO
TODO
EngineNotSetError TODO
TODO
NoError TODO
TODO
ParseError TODO
TODO
UnknownError TODO
TODO
UnsupportedOptionError TODO
TODO
Methods¶
- __init__(parent: QObject = None)
TODO
- abort()
TODO
- addLocation(QGeoLocation)
TODO
- error() → Error
TODO
- errorString() → str
TODO
- isFinished() → bool
TODO
- limit() → int
TODO
- locations() → List[QGeoLocation]
TODO
- offset() → int
TODO
- setError(Error, str)
TODO
- setFinished(bool)
TODO
- setLimit(int)
TODO
- setLocations(Iterable[QGeoLocation])
TODO
- setOffset(int)
TODO
- setViewport(QGeoShape)
TODO
- viewport() → QGeoShape
TODO