QGeoAddress¶
- PyQt5.QtPositioning.QGeoAddress
Description¶
TODO
Methods¶
- __init__()
TODO
- __init__(QGeoAddress)
TODO
- city() str
TODO
- clear()
TODO
- country() str
TODO
- countryCode() str
TODO
- county() str
TODO
- district() str
TODO
- __eq__(QGeoAddress) bool
TODO
- isEmpty() bool
TODO
- isTextGenerated() bool
TODO
- __ne__(QGeoAddress) bool
TODO
- postalCode() str
TODO
- setCity(str)
TODO
- setCountry(str)
TODO
- setCountryCode(str)
TODO
- setCounty(str)
TODO
- setDistrict(str)
TODO
- setPostalCode(str)
TODO
- setState(str)
TODO
- setStreet(str)
TODO
- setText(str)
TODO
- state() str
TODO
- street() str
TODO
- text() str
TODO