java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoAddress
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QGeoAddress extends QtObject implements Cloneable
Represents an address of a QGeoLocation
Java wrapper for Qt class QGeoAddress
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QGeoAddress()
QGeoAddress(QGeoAddress other)
protected
QGeoAddress(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description String
city()
void
clear()
QGeoAddress
clone()
String
country()
String
countryCode()
String
county()
String
district()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isEmpty()
boolean
isTextGenerated()
String
postalCode()
void
setCity(String city)
void
setCountry(String country)
void
setCountryCode(String countryCode)
void
setCounty(String county)
void
setDistrict(String district)
void
setPostalCode(String postalCode)
void
setState(String state)
void
setStreet(String street)
void
setText(String text)
String
state()
String
street()
String
text()
-
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
-
setText
-
state
-
street
-
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
-