|
CartoType API
|
#include <cartotype_router.h>
Public Member Functions | |
| CT_IMPORT | TRouteIterator (const CRoute &aRoute) |
| bool | Forward (double aDistance) |
| const TPoint & | Position () const |
| double | Direction () const |
An iterator allowing a route to be traversed.
| bool CartoType::Router::TRouteIterator::Forward | ( | double | aDistance | ) | [inline] |
Move forwards by aDistance. Return false if the end of the path is reached, true if not.
1.7.5.1