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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoManeuver other) clone()
Creates and returns a copy of this object.final double
final boolean
equals
(QGeoManeuver rhs) 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) SeeQGeoManeuver::
setDirection(QGeoManeuver::InstructionDirection) final void
setDistanceToNextInstruction
(double distance) SeeQGeoManeuver::
setDistanceToNextInstruction(qreal) final void
setExtendedAttributes
(Map<String, ? extends Object> extendedAttributes) SeeQGeoManeuver::
setExtendedAttributes(QVariantMap) final void
setInstructionText
(String instructionText) SeeQGeoManeuver::
setInstructionText(QString) final void
setPosition
(QGeoCoordinate position) SeeQGeoManeuver::
setPosition(QGeoCoordinate) final void
setTimeToNextInstruction
(int secs) SeeQGeoManeuver::
setTimeToNextInstruction(int) final void
setWaypoint
(QGeoCoordinate coordinate) SeeQGeoManeuver::
setWaypoint(QGeoCoordinate) final void
swap
(QGeoManeuver other) SeeQGeoManeuver::
swap(QGeoManeuver&) 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
-
-
Method Details
-
direction
-
distanceToNextInstruction
-
extendedAttributes
-
instructionText
-
isValid
-
assign
-
equals
-
position
-
setDirection
See
QGeoManeuver::
setDirection(QGeoManeuver::InstructionDirection) -
setDistanceToNextInstruction
See
QGeoManeuver::
setDistanceToNextInstruction(qreal) -
setExtendedAttributes
@QtUninvokable public final void setExtendedAttributes(Map<String, ? extends Object> extendedAttributes) See
QGeoManeuver::
setExtendedAttributes(QVariantMap) -
setInstructionText
See
QGeoManeuver::
setInstructionText(QString) -
setPosition
See
QGeoManeuver::
setPosition(QGeoCoordinate) -
setTimeToNextInstruction
See
QGeoManeuver::
setTimeToNextInstruction(int) -
setWaypoint
See
QGeoManeuver::
setWaypoint(QGeoCoordinate) -
swap
See
QGeoManeuver::
swap(QGeoManeuver&) -
timeToNextInstruction
-
waypoint
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoManeuver)
. -
clone
Creates and returns a copy of this object.
-