libosmscout
0.1
|
Message created when we should compute new route. More...
#include <RouteStateAgent.h>
Public Member Functions | |
RerouteRequestMessage (const Timestamp ×tamp, const GeoCoord &from, const std::optional< Bearing > &initialBearing, const GeoCoord &to) | |
![]() | |
NavigationMessage (const Timestamp ×tamp) | |
virtual | ~NavigationMessage ()=default |
Public Attributes | |
const GeoCoord | from |
const std::optional< Bearing > | initialBearing |
const GeoCoord | to |
![]() | |
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 |