|
libosmscout 0.1
|
Message created when we should compute new route. More...
#include <RouteStateAgent.h>
Inheritance diagram for osmscout::RerouteRequestMessage:Public Member Functions | |
| RerouteRequestMessage (const Timestamp ×tamp, const GeoCoord &from, const std::optional< Bearing > &initialBearing, const GeoCoord &to) | |
Public Member Functions inherited from osmscout::NavigationMessage | |
| NavigationMessage (const Timestamp ×tamp) | |
| virtual | ~NavigationMessage ()=default |
Public Attributes | |
| const GeoCoord | from |
| const std::optional< Bearing > | initialBearing |
| const GeoCoord | to |
Public Attributes inherited from osmscout::NavigationMessage | |
| const Timestamp | timestamp |
Message created when we should compute new route.
| osmscout::RerouteRequestMessage::RerouteRequestMessage | ( | const Timestamp & | timestamp, |
| const GeoCoord & | from, | ||
| const std::optional< Bearing > & | initialBearing, | ||
| const GeoCoord & | to | ||
| ) |
| const GeoCoord osmscout::RerouteRequestMessage::from |
| const std::optional<Bearing> osmscout::RerouteRequestMessage::initialBearing |
| const GeoCoord osmscout::RerouteRequestMessage::to |