java.lang.Object
io.qt.QtObject
io.qt.location.QGeoManeuver
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents the information relevant to the point at which two QGeoRouteSegments meet
Java wrapper for Qt's class QGeoManeuver
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QGeoManeuver::InstructionDirectionNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionQGeoManeuver
(QGeoManeuver other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoManeuver other) clone()
Creates and returns a copy of this object.final double
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.Kotlin property getter.final double
Kotlin property getter.Kotlin property getter.final String
Kotlin property getter.final QGeoCoordinate
Kotlin property getter.final int
Kotlin property getter.final boolean
getValid()
Kotlin property getter.final QGeoCoordinate
Kotlin property getter.int
hashCode()
final String
final boolean
isValid()
final QGeoCoordinate
position()
final void
setDirection
(QGeoManeuver.InstructionDirection direction) final void
setDistanceToNextInstruction
(double distance) final void
setExtendedAttributes
(Map<String, ? extends Object> extendedAttributes) final void
setInstructionText
(String instructionText) final void
setPosition
(QGeoCoordinate position) final void
setTimeToNextInstruction
(int secs) final void
setWaypoint
(QGeoCoordinate coordinate) final void
swap
(QGeoManeuver other) final int
final QGeoCoordinate
waypoint()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QGeoManeuver
public QGeoManeuver() -
QGeoManeuver
-
QGeoManeuver
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
getDirection
Kotlin property getter. In Java use
direction()
instead. -
direction
-
getDistanceToNextInstruction
Kotlin property getter. In Java use
distanceToNextInstruction()
instead. -
distanceToNextInstruction
-
getExtendedAttributes
Kotlin property getter. In Java use
extendedAttributes()
instead. -
extendedAttributes
-
getInstructionText
Kotlin property getter. In Java use
instructionText()
instead. -
instructionText
-
getValid
Kotlin property getter. In Java use
isValid()
instead. -
isValid
-
assign
-
getPosition
Kotlin property getter. In Java use
position()
instead. -
position
-
setDirection
-
setDistanceToNextInstruction
-
setExtendedAttributes
@QtUninvokable public final void setExtendedAttributes(Map<String, ? extends Object> extendedAttributes) -
setInstructionText
-
setPosition
-
setTimeToNextInstruction
-
setWaypoint
-
swap
-
getTimeToNextInstruction
Kotlin property getter. In Java use
timeToNextInstruction()
instead. -
timeToNextInstruction
-
getWaypoint
Kotlin property getter. In Java use
waypoint()
instead. -
waypoint
-
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
Creates and returns a copy of this object.
-