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
- Since:
- This class was introduced in Qt 5.2.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QGeoAddress
address()
final void
assign
(QGeoLocation other) final QGeoRectangle
clone()
Creates and returns a copy of this object.final QGeoCoordinate
final boolean
equals
(QGeoLocation other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QGeoLocation)
.final boolean
isEmpty()
final void
setAddress
(QGeoAddress address) final void
final void
setCoordinate
(QGeoCoordinate position) final void
setExtendedAttributes
(Map<String, ? extends Object> data) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoLocation
public QGeoLocation() -
QGeoLocation
- Parameters:
other
-
-
-
Method Details
-
address
- Returns:
-
boundingBox
- Returns:
-
coordinate
- Returns:
-
extendedAttributes
- Returns:
- Since:
- This function was introduced in Qt 5.13.
-
isEmpty
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
setAddress
- Parameters:
address
-
-
setBoundingBox
- Parameters:
box
-
-
setCoordinate
- Parameters:
position
-
-
setExtendedAttributes
- Parameters:
data
-- Since:
- This function was introduced in Qt 5.13.
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoLocation)
. -
clone
Creates and returns a copy of this object.
-