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's class QGeoLocation
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQGeoLocation
(QGeoLocation other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QGeoAddress
address()
final QGeoShape
clone()
final QGeoCoordinate
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
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) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoLocation
public QGeoLocation() -
QGeoLocation
-
QGeoLocation
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
address
-
boundingShape
-
coordinate
-
extendedAttributes
-
isEmpty
-
setAddress
-
setBoundingShape
-
setCoordinate
-
setExtendedAttributes
-
swap
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-