CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Public Attributes | List of all members
com.cartotype.NavigationState Enum Reference

Public Attributes

 None
 
 NoPosition
 
 Turn
 
 OffRoute
 
 ReRouteNeeded
 
 ReRouteDone
 
 TurnRound
 
 Arrival
 

Detailed Description

States of the navigation system.

Member Data Documentation

◆ Arrival

com.cartotype.NavigationState.Arrival

The latest position is on the route and very close to the destination.

◆ None

com.cartotype.NavigationState.None

No route has been created, or navigation is disabled.

◆ NoPosition

com.cartotype.NavigationState.NoPosition

There is a route but no position has been supplied.

◆ OffRoute

com.cartotype.NavigationState.OffRoute

The current position is off the route.

◆ ReRouteDone

com.cartotype.NavigationState.ReRouteDone

A new route has been calculated after a period off route.

◆ ReRouteNeeded

com.cartotype.NavigationState.ReRouteNeeded

Re-routing is needed. This state is used only when automatic re-routing is turned off, for instance when using a slower routing algorithm.

◆ Turn

com.cartotype.NavigationState.Turn

The current position is on the route and turn information is available.

◆ TurnRound

com.cartotype.NavigationState.TurnRound

The latest position is on the route but a U-turn is needed.


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