Android Java SDK for Sygic 3D
NavigationException Class Reference
Inheritance diagram for NavigationException:
GeneralException

Public Member Functions

 NavigationException (int ret, String desc)
 
 NavigationException (Bundle b)
 
 NavigationException (RemoteException e)
 
int getCode ()
 Function-specific error codes: More...
 

Constructor & Destructor Documentation

◆ NavigationException() [1/3]

NavigationException ( int  ret,
String  desc 
)

◆ NavigationException() [2/3]

NavigationException ( Bundle  b)

◆ NavigationException() [3/3]

NavigationException ( RemoteException  e)

Member Function Documentation

◆ getCode()

int getCode ( )

Function-specific error codes:

  • -1 - Navigation not started because address was not found.
  • -3 - Navigation not started because another computation is in progress.
  • -5 - User canceled route computing.
  • -6 - Application is waiting for valid GPS signal.
  • -7 - Itinerary is empty.
  • -8 - Itinerary has invalid format.
  • -9 - One or more waypoints were not found.
  • -10 - Itinerary was not found.