libosmscout
0.1
|
#include <RouteDescription.h>
Public Member Functions | |
std::string | GetDebugString () const override |
uint8_t | GetFrom () const |
uint8_t | GetTo () const |
LaneTurn | GetTurn () const |
SuggestedLaneDescription (uint8_t from, uint8_t to, LaneTurn turn) | |
![]() | |
virtual | ~Description ()=default |
A suggested route lanes. It specifies range of lanes <from, to> that driver should use. Lanes are counted from left (just route direction, not opposite direction), left-most lane has index 0, both indexes are inclusive.
osmscout::RouteDescription::SuggestedLaneDescription::SuggestedLaneDescription | ( | uint8_t | from, |
uint8_t | to, | ||
LaneTurn | turn | ||
) |
|
overridevirtual |
Implements osmscout::RouteDescription::Description.
References osmscout::LaneTurnString().
|
inline |
|
inline |
|
inline |