- 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
-
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
boolean
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()
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
-
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.
-
getDirection
Kotlin property getter. In Java use
direction()
instead. -
getDistanceToNextInstruction
Kotlin property getter. In Java use
distanceToNextInstruction()
instead. -
getExtendedAttributes
Kotlin property getter. In Java use
extendedAttributes()
instead. -
getInstructionText
Kotlin property getter. In Java use
instructionText()
instead. -
getValid
Kotlin property getter. In Java use
isValid()
instead. -
getPosition
Kotlin property getter. In Java use
position()
instead. -
getTimeToNextInstruction
Kotlin property getter. In Java use
timeToNextInstruction()
instead. -
getWaypoint
Kotlin property getter. In Java use
waypoint()
instead.
-