java.lang.Object
io.qt.QtObject
io.qt.positioning.QGeoAddress
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an address of a QGeoLocation
Java wrapper for Qt class QGeoAddress
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoAddress other) final String
city()
final void
clear()
clone()
Creates and returns a copy of this object.final String
country()
final String
final String
county()
final String
district()
final boolean
equals
(QGeoAddress rhs) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QGeoAddress)
.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) SeeQGeoAddress::
swap(QGeoAddress&) final String
text()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoAddress
public QGeoAddress() -
QGeoAddress
-
-
Method Details
-
city
-
clear
-
country
-
countryCode
-
county
-
district
-
isEmpty
-
isTextGenerated
-
assign
-
equals
-
postalCode
-
setCity
-
setCountry
-
setCountryCode
-
setCounty
-
setDistrict
-
setPostalCode
-
setState
-
setStreet
-
setStreetNumber
See
QGeoAddress::
setStreetNumber(QString) This function was introduced in Qt 6.2.
-
setText
-
state
-
street
-
streetNumber
See
QGeoAddress::
streetNumber()const This function was introduced in Qt 6.2.
-
swap
See
QGeoAddress::
swap(QGeoAddress&) -
text
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoAddress)
. -
clone
Creates and returns a copy of this object.
-