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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QGeoAddress other) final Stringcity()final voidclear()clone()Creates and returns a copy of this object.final Stringcountry()final Stringfinal Stringcounty()final Stringdistrict()final booleanequals(QGeoAddress rhs) booleaninthashCode()Returns the objects's hash code computed byqHash(QGeoAddress).final booleanisEmpty()final booleanfinal Stringfinal voidfinal voidsetCountry(String country) final voidsetCountryCode(String countryCode) final voidfinal voidsetDistrict(String district) final voidsetPostalCode(String postalCode) final voidfinal voidfinal voidsetStreetNumber(String streetNumber) final voidfinal Stringstate()final Stringstreet()final Stringfinal voidswap(QGeoAddress other) SeeQGeoAddress::swap(QGeoAddress&) final Stringtext()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoAddress
public QGeoAddress() -
QGeoAddress
- Parameters:
other-
-
-
Method Details
-
city
- Returns:
-
clear
-
country
- Returns:
-
countryCode
- Returns:
-
county
- Returns:
-
district
- Returns:
-
isEmpty
- Returns:
-
isTextGenerated
- Returns:
-
assign
- Parameters:
other-
-
equals
- Parameters:
rhs-- Returns:
-
postalCode
- Returns:
-
setCity
- Parameters:
city-
-
setCountry
- Parameters:
country-
-
setCountryCode
- Parameters:
countryCode-
-
setCounty
- Parameters:
county-
-
setDistrict
- Parameters:
district-
-
setPostalCode
- Parameters:
postalCode-
-
setState
- Parameters:
state-
-
setStreet
- Parameters:
street-
-
setStreetNumber
- Parameters:
streetNumber-- Since:
- This function was introduced in Qt 6.2.
-
setText
- Parameters:
text-
-
state
- Returns:
-
street
- Returns:
-
streetNumber
- Returns:
- Since:
- This function was introduced in Qt 6.2.
-
swap
See
QGeoAddress::swap(QGeoAddress&) - Parameters:
other-
-
text
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoAddress). -
clone
Creates and returns a copy of this object.
-