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

Public Attributes

 None
 
 NoPosition
 
 Turn
 
 OffRoute
 
 Routing
 
 NewRoute
 
 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.

◆ NewRoute

com.cartotype.NavigationState.NewRoute

A new route has been calculated.

◆ 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.

◆ Routing

com.cartotype.NavigationState.Routing

A route is being calculated.

◆ 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: