Uses of Class
io.qt.location.QGeoRoute
Package | Description |
---|---|
io.qt.location |
-
Uses of QGeoRoute in io.qt.location
Subclasses of QGeoRoute in io.qt.location Modifier and Type Class Description class
QGeoRouteLeg
Represents a leg of a route, that is the portion of a route between one waypoint and the next.Methods in io.qt.location that return QGeoRoute Modifier and Type Method Description QGeoRoute
QGeoRoute. clone()
QGeoRoute
QGeoRouteLeg. overallRoute()
Methods in io.qt.location that return types with arguments of type QGeoRoute Modifier and Type Method Description QList<QGeoRoute>
QGeoRouteReply. routes()
Methods in io.qt.location with parameters of type QGeoRoute Modifier and Type Method Description void
QGeoRouteLeg. setOverallRoute(QGeoRoute route)
QGeoRouteReply
QGeoRoutingManager. updateRoute(QGeoRoute route, QGeoCoordinate position)
QGeoRouteReply
QGeoRoutingManagerEngine. updateRoute(QGeoRoute route, QGeoCoordinate position)
Method parameters in io.qt.location with type arguments of type QGeoRoute Modifier and Type Method Description protected void
QGeoRouteReply. addRoutes(Collection<QGeoRoute> routes)
protected void
QGeoRouteReply. setRoutes(Collection<QGeoRoute> routes)
Constructors in io.qt.location with parameters of type QGeoRoute Constructor Description QGeoRoute(QGeoRoute other)