libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::RerouteRequestMessage Struct Referencefinal

Message created when we should compute new route. More...

#include <RouteStateAgent.h>

+ Inheritance diagram for osmscout::RerouteRequestMessage:

Public Member Functions

 RerouteRequestMessage (const Timestamp &timestamp, const GeoCoord &from, const std::optional< Bearing > &initialBearing, const GeoCoord &to)
 
- Public Member Functions inherited from osmscout::NavigationMessage
 NavigationMessage (const Timestamp &timestamp)
 
virtual ~NavigationMessage ()=default
 

Public Attributes

const GeoCoord from
 
const std::optional< BearinginitialBearing
 
const GeoCoord to
 
- Public Attributes inherited from osmscout::NavigationMessage
const Timestamp timestamp
 

Detailed Description

Message created when we should compute new route.

Constructor & Destructor Documentation

◆ RerouteRequestMessage()

osmscout::RerouteRequestMessage::RerouteRequestMessage ( const Timestamp timestamp,
const GeoCoord from,
const std::optional< Bearing > &  initialBearing,
const GeoCoord to 
)

Member Data Documentation

◆ from

const GeoCoord osmscout::RerouteRequestMessage::from

◆ initialBearing

const std::optional<Bearing> osmscout::RerouteRequestMessage::initialBearing

◆ to

const GeoCoord osmscout::RerouteRequestMessage::to

The documentation for this struct was generated from the following files: