java.lang.Object
io.qt.QtObject
io.qt.positioning.QGeoLocation
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents basic information about a location
Java wrapper for Qt class QGeoLocation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QGeoAddress
address()
final void
assign
(QGeoLocation other) final QGeoShape
clone()
Creates and returns a copy of this object.final QGeoCoordinate
final boolean
equals
(QGeoLocation rhs) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QGeoLocation)
.final boolean
isEmpty()
final void
setAddress
(QGeoAddress address) final void
setBoundingShape
(QGeoShape shape) final void
setCoordinate
(QGeoCoordinate position) final void
setExtendedAttributes
(Map<String, ? extends Object> data) final void
swap
(QGeoLocation other) SeeQGeoLocation::
swap(QGeoLocation&) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoLocation
public QGeoLocation() -
QGeoLocation
-
-
Method Details
-
address
-
boundingShape
See
QGeoLocation::
boundingShape()const This function was introduced in Qt 6.2.
-
coordinate
-
extendedAttributes
-
isEmpty
-
assign
-
equals
-
setAddress
-
setBoundingShape
See
QGeoLocation::
setBoundingShape(QGeoShape) This function was introduced in Qt 6.2.
-
setCoordinate
-
setExtendedAttributes
-
swap
See
QGeoLocation::
swap(QGeoLocation&) -
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoLocation)
. -
clone
Creates and returns a copy of this object.
-