CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Public Attributes | List of all members
CartoType::NavigatorParam Class Reference

Parameters governing navigation behaviour. More...

#include <CartoTypeWrapper.h>

Public Attributes

int m_minimum_fix_distance = 5
 Minimum distance between location fixes in metres that is taken as an actual move.
 
int m_route_distance_tolerance = 20
 Maximum distance from the route in metres before the vehicle is deemed off-route.
 
int m_route_time_tolerance = 30
 Maximum time off route in seconds before a new route needs to calculated.
 
bool m_auto_reroute = true
 True if route is recalculated automatically when the vehicle goes off route (the default). If not, the state TNavigationState::ReRouteNeeded is entered and the route is recalculated the next time the user provides a navigation fix. This gives the application time to issue a warning if the routing algorithm is likely to be slow.
 
bool m_navigation_enabled = true
 If true, and if there is a route, the position on route is updated and turn information is created, when a position update arrives. If false, the vehicle position and speed are updated but other behaviour is the same as if there is no route.
 

Detailed Description

Parameters governing navigation behaviour.


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