java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoLocation
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QGeoLocation extends QtObject implements Cloneable
Represents basic information about a location
Java wrapper for Qt class QGeoLocation
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QGeoLocation()
QGeoLocation(QGeoLocation other)
protected
QGeoLocation(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QGeoAddress
address()
QGeoRectangle
boundingBox()
QGeoLocation
clone()
QGeoCoordinate
coordinate()
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.QMap<String,Object>
extendedAttributes()
int
hashCode()
boolean
isEmpty()
void
setAddress(QGeoAddress address)
void
setBoundingBox(QGeoRectangle box)
void
setCoordinate(QGeoCoordinate position)
void
setExtendedAttributes(Map<String,Object> data)
-
Constructor Details
-
QGeoLocation
public QGeoLocation() -
QGeoLocation
-
QGeoLocation
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
address
-
boundingBox
-
coordinate
-
extendedAttributes
-
isEmpty
-
setAddress
-
setBoundingBox
-
setCoordinate
-
setExtendedAttributes
-
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
-