libosmscout  1.1.1
Public Member Functions | List of all members
osmscout::RouteDescription::SuggestedLaneDescription Class Reference

#include <libosmscout/include/osmscout/routing/RouteDescription.h>

Inheritance diagram for osmscout::RouteDescription::SuggestedLaneDescription:
Inheritance graph
[legend]
Collaboration diagram for osmscout::RouteDescription::SuggestedLaneDescription:
Collaboration graph
[legend]

Public Member Functions

 SuggestedLaneDescription (uint8_t from, uint8_t to)
 
std::string GetDebugString () const override
 
uint8_t GetFrom () const
 
uint8_t GetTo () const
 
- Public Member Functions inherited from osmscout::RouteDescription::Description
virtual ~Description ()=default
 

Detailed Description

A suggested route lanes. It specifies range of lanes <from, to> that drive should use. Lanes are counted from left (just route direction, not opposite direction), left-most lane has index 0, both indexes are inclusive.

Constructor & Destructor Documentation

◆ SuggestedLaneDescription()

osmscout::RouteDescription::SuggestedLaneDescription::SuggestedLaneDescription ( uint8_t  from,
uint8_t  to 
)

Member Function Documentation

◆ GetDebugString()

std::string osmscout::RouteDescription::SuggestedLaneDescription::GetDebugString ( ) const
overridevirtual

◆ GetFrom()

uint8_t osmscout::RouteDescription::SuggestedLaneDescription::GetFrom ( ) const
inline

◆ GetTo()

uint8_t osmscout::RouteDescription::SuggestedLaneDescription::GetTo ( ) const
inline

The documentation for this class was generated from the following file: