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
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QGeoManeuver::InstructionDirectionNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQGeoManeuver
(QGeoManeuver other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoManeuver other) clone()
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.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 int
final QGeoCoordinate
waypoint()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoManeuver
public QGeoManeuver() -
QGeoManeuver
-
QGeoManeuver
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
direction
-
distanceToNextInstruction
-
extendedAttributes
-
instructionText
-
isValid
-
assign
-
position
-
setDirection
-
setDistanceToNextInstruction
-
setExtendedAttributes
@QtUninvokable public final void setExtendedAttributes(Map<String, ? extends Object> extendedAttributes) -
setInstructionText
-
setPosition
-
setTimeToNextInstruction
-
setWaypoint
-
timeToNextInstruction
-
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
-