marble
Marble::Route Class Reference
#include <Route.h>
Public Member Functions | |
Route () | |
void | addRouteSegment (const RouteSegment &segment) |
const RouteSegment & | at (int index) const |
GeoDataLatLonBox | bounds () const |
const RouteSegment & | currentSegment () const |
GeoDataCoordinates | currentWaypoint () const |
qreal | distance () const |
const GeoDataLineString & | path () const |
GeoDataCoordinates | position () const |
GeoDataCoordinates | positionOnRoute () const |
void | setPosition (const GeoDataCoordinates &position) |
int | size () const |
int | travelTime () const |
const GeoDataLineString & | turnPoints () const |
const GeoDataLineString & | waypoints () const |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
void Marble::Route::addRouteSegment | ( | const RouteSegment & | segment | ) |
const RouteSegment & Marble::Route::at | ( | int | index | ) | const |
GeoDataLatLonBox Marble::Route::bounds | ( | ) | const |
const RouteSegment & Marble::Route::currentSegment | ( | ) | const |
GeoDataCoordinates Marble::Route::currentWaypoint | ( | ) | const |
const GeoDataLineString & Marble::Route::path | ( | ) | const |
GeoDataCoordinates Marble::Route::position | ( | ) | const |
GeoDataCoordinates Marble::Route::positionOnRoute | ( | ) | const |
void Marble::Route::setPosition | ( | const GeoDataCoordinates & | position | ) |
const GeoDataLineString & Marble::Route::turnPoints | ( | ) | const |
const GeoDataLineString & Marble::Route::waypoints | ( | ) | const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.