java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QGeoManeuver
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QGeoManeuver extends QtObject implements Cloneable
Represents the information relevant to the point at which two QGeoRouteSegments meet
Java wrapper for Qt class QGeoManeuver
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QGeoManeuver.InstructionDirection
Java wrapper for Qt enum QGeoManeuver::InstructionDirection -
Constructor Summary
Constructors Modifier Constructor Description QGeoManeuver()
QGeoManeuver(QGeoManeuver other)
protected
QGeoManeuver(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QGeoManeuver
clone()
QGeoManeuver.InstructionDirection
direction()
double
distanceToNextInstruction()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.QMap<String,Object>
extendedAttributes()
int
hashCode()
String
instructionText()
boolean
isValid()
QGeoCoordinate
position()
void
setDirection(QGeoManeuver.InstructionDirection direction)
void
setDistanceToNextInstruction(double distance)
void
setExtendedAttributes(Map<String,Object> extendedAttributes)
void
setInstructionText(String instructionText)
void
setPosition(QGeoCoordinate position)
void
setTimeToNextInstruction(int secs)
void
setWaypoint(QGeoCoordinate coordinate)
int
timeToNextInstruction()
QGeoCoordinate
waypoint()
-
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
-