java.lang.Object
io.qt.internal.QtJambiObject
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 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 TypeMethodDescriptionclone()
final double
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.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, 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
-
position
-
setDirection
-
setDistanceToNextInstruction
-
setExtendedAttributes
-
setInstructionText
-
setPosition
-
setTimeToNextInstruction
-
setWaypoint
-
timeToNextInstruction
-
waypoint
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-