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 class QGeoManeuver
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQGeoManeuver::InstructionDirection
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoManeuver other) clone()
Creates and returns a copy of this object.final double
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QGeoManeuver)
.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
-
-
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
-
hashCode
Returns the objects's hash code computed byqHash(QGeoManeuver)
. -
clone
Creates and returns a copy of this object.
-