java.lang.Object
io.qt.QtObject
io.qt.location.QGeoRouteSegment
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a segment of a route
Java wrapper for Qt class QGeoRouteSegment
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoRouteSegment other) clone()
Creates and returns a copy of this object.final double
distance()
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QGeoRouteSegment)
.final boolean
final boolean
isValid()
final QGeoManeuver
maneuver()
final QGeoRouteSegment
final QList<QGeoCoordinate>
path()
final void
setDistance
(double distance) final void
setManeuver
(QGeoManeuver maneuver) final void
setNextRouteSegment
(QGeoRouteSegment routeSegment) final void
setPath
(Collection<? extends QGeoCoordinate> path) final void
setTravelTime
(int secs) final int
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QGeoRouteSegment
public QGeoRouteSegment() -
QGeoRouteSegment
-
-
Method Details
-
distance
-
isLegLastSegment
-
isValid
-
maneuver
-
nextRouteSegment
-
assign
-
path
-
setDistance
-
setManeuver
-
setNextRouteSegment
-
setPath
-
setTravelTime
-
travelTime
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoRouteSegment)
. -
clone
Creates and returns a copy of this object.
-