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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal QGeoAddressaddress()final voidassign(QGeoLocation other) final QGeoShapeclone()Creates and returns a copy of this object.final QGeoCoordinatefinal booleanequals(QGeoLocation rhs) booleaninthashCode()Returns the objects's hash code computed byqHash(QGeoLocation).final booleanisEmpty()final voidsetAddress(QGeoAddress address) final voidsetBoundingShape(QGeoShape shape) final voidsetCoordinate(QGeoCoordinate position) final voidsetExtendedAttributes(Map<String, ? extends Object> data) final voidswap(QGeoLocation other) SeeQGeoLocation::swap(QGeoLocation&) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoLocation
public QGeoLocation() -
QGeoLocation
- Parameters:
other-
-
-
Method Details
-
address
- Returns:
-
boundingShape
- Returns:
- Since:
- This function was introduced in Qt 6.2.
-
coordinate
- Returns:
-
extendedAttributes
- Returns:
-
isEmpty
- Returns:
-
assign
- Parameters:
other-
-
equals
- Parameters:
rhs-- Returns:
-
setAddress
- Parameters:
address-
-
setBoundingShape
- Parameters:
shape-- Since:
- This function was introduced in Qt 6.2.
-
setCoordinate
- Parameters:
position-
-
setExtendedAttributes
- Parameters:
data-
-
swap
See
QGeoLocation::swap(QGeoLocation&) - Parameters:
other-
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoLocation). -
clone
Creates and returns a copy of this object.
-