java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoAddress
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an address of a QGeoLocation
Java wrapper for Qt class QGeoAddress
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQGeoAddress
(QGeoAddress other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal String
city()
final void
clear()
clone()
final String
country()
final String
final String
county()
final String
district()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final boolean
isEmpty()
final boolean
final String
final void
final void
setCountry
(String country) final void
setCountryCode
(String countryCode) final void
final void
setDistrict
(String district) final void
setPostalCode
(String postalCode) final void
final void
final void
setStreetNumber
(String streetNumber) final void
final String
state()
final String
street()
final String
final void
swap
(QGeoAddress other) final String
text()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoAddress
public QGeoAddress() -
QGeoAddress
-
QGeoAddress
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
city
-
clear
-
country
-
countryCode
-
county
-
district
-
isEmpty
-
isTextGenerated
-
postalCode
-
setCity
-
setCountry
-
setCountryCode
-
setCounty
-
setDistrict
-
setPostalCode
-
setState
-
setStreet
-
setStreetNumber
-
setText
-
state
-
street
-
streetNumber
-
swap
-
text
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-