CartoType Android API 8.8-7-gb35e4dc71
for Java development on Android
Public Attributes | List of all members
com.cartotype.NavigatorParam Class Reference

Public Attributes

int minimumFixDistance = 5
 
int routeDistanceTolerance = 20
 
int routeTimeTolerance = 30
 
boolean navigationEnabled = true
 

Detailed Description

Parameters governing navigation behavior.

Member Data Documentation

◆ minimumFixDistance

int com.cartotype.NavigatorParam.minimumFixDistance = 5

Minimum distance between location fixes in metres that is taken as an actual move.

◆ navigationEnabled

boolean com.cartotype.NavigatorParam.navigationEnabled = 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.

◆ routeDistanceTolerance

int com.cartotype.NavigatorParam.routeDistanceTolerance = 20

Maximum distance from the route in metres before the vehicle is deemed off-route.

◆ routeTimeTolerance

int com.cartotype.NavigatorParam.routeTimeTolerance = 30

Maximum time off route in seconds before a new route needs to calculated.


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