|
CartoType API
|
#include <cartotype_router.h>
Public Member Functions | |
| CT_IMPORT | TMapRouteIterator (CMap &aMap, CRoute &aRoute) |
| CT_IMPORT bool | Forward (TResult &aError, double aDistance) |
| const TPoint & | Position () const |
| double | Direction () const |
An iterator to traverse a route, orienting the map along it.
| CT_EXPORT bool TMapRouteIterator::Forward | ( | TResult & | aError, |
| double | aDistance | ||
| ) |
Move forwards by aDistance. Return false if the end of the path is reached, true if not.
1.7.5.1