Qt Mobility Reference Documentation

QGeoRouteSegment Class Reference

The QGeoRouteSegment class represents a segment of a route. More...

 #include <QGeoRouteSegment>

Public Functions

QGeoRouteSegment ()
QGeoRouteSegment ( const QGeoRouteSegment & other )
~QGeoRouteSegment ()
qreal distance () const
QGeoInstruction instruction () const
QList<QGeoCoordinate> path () const
void setDistance ( qreal distance )
void setInstruction ( const QGeoInstruction & instruction )
void setPath ( const QList<QGeoCoordinate> & path )
void setTravelTime ( int secs )
int travelTime () const
bool operator!= ( const QGeoRouteSegment & other ) const
QGeoRouteSegment & operator= ( const QGeoRouteSegment & other )
bool operator== ( const QGeoRouteSegment & other ) const

Detailed Description

The QGeoRouteSegment class represents a segment of a route.

A QGeoRouteSegment instance has information about the physcial layout of the route segment, the length of the route and the estimated time and navigation instructions required to traverse the route segment.


Member Function Documentation

QGeoRouteSegment::QGeoRouteSegment ()

Constructs a route segment object.

QGeoRouteSegment::QGeoRouteSegment ( const QGeoRouteSegment & other )

Constructs a route segment object from the contents of other.

QGeoRouteSegment::~QGeoRouteSegment ()

Destroys this route segment object.

qreal QGeoRouteSegment::distance () const

Returns the distance covered by this segment of the route, in metres.

See also setDistance().

QGeoInstruction QGeoRouteSegment::instruction () const

Returns the instruction for this route segment.

See also setInstruction().

QList<QGeoCoordinate> QGeoRouteSegment::path () const

Returns the geometric shape of this route segment of the route.

The coordinates should be listed in the order in which they would be traversed by someone travelling along this segment of the route.

See also setPath().

void QGeoRouteSegment::setDistance ( qreal distance )

Sets the distance covered by this segment of the route, in metres, to distance.

See also distance().

void QGeoRouteSegment::setInstruction ( const QGeoInstruction & instruction )

Sets the instruction for this route segement to instruction.

See also instruction().

void QGeoRouteSegment::setPath ( const QList<QGeoCoordinate> & path )

Sets the geometric shape of this segment of the route to path.

The coordinates in path should be listed in the order in which they would be traversed by someone travelling along this segment of the route.

See also path().

void QGeoRouteSegment::setTravelTime ( int secs )

Sets the estimated amount of time it will take to traverse this segment of the route, in seconds, to secs.

See also travelTime().

int QGeoRouteSegment::travelTime () const

Returns the estimated amount of time it will take to traverse this segment of the route, in seconds.

See also setTravelTime().

bool QGeoRouteSegment::operator!= ( const QGeoRouteSegment & other ) const

Returns whether this route segment and other are not equal.

QGeoRouteSegment & QGeoRouteSegment::operator= ( const QGeoRouteSegment & other )

Assigns other to this route segment object and then returns a reference to this route segment object.

bool QGeoRouteSegment::operator== ( const QGeoRouteSegment & other ) const

Returns whether this route segment and other are equal.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.