com.sygic.sdk.route.Router.RouteComputeError Interface Reference

Public Attributes

int UnspecifiedFault = 1
 
int UserCanceled = 2
 
int WrongFromPoint = 3
 
int UnreachableTarget = 4
 
int NoComputeCanBeCalled = 5
 
int CouldNotRetrieveSavedRoute = 6
 
int AlternativeRejected = 7
 
int NoLicense = 8
 
int FrontEmpty = 9
 
int PathReconstructFailed = 10
 
int PathConstructFailed = 11
 
int PathNotFound = 12
 
int OnlineServiceError = 13
 
int OnlineServiceNotAvailable = 14
 
int OnlineServiceWrongResponse = 15
 
int OnlineServiceTimeout = 16
 
int MapNotAvailable = 17
 
int InvalidSelection = 18
 
int SelectionOutsideOfMap = 19
 

Detailed Description

Routing error types.

Member Data Documentation

◆ AlternativeRejected

int com.sygic.sdk.route.Router.RouteComputeError.AlternativeRejected = 7

Alternative route was rejected.

◆ CouldNotRetrieveSavedRoute

int com.sygic.sdk.route.Router.RouteComputeError.CouldNotRetrieveSavedRoute = 6

There was an error while reading saved route from json.

◆ FrontEmpty

int com.sygic.sdk.route.Router.RouteComputeError.FrontEmpty = 9

Front is empty - path between waypoints does not exists.

◆ InvalidSelection

int com.sygic.sdk.route.Router.RouteComputeError.InvalidSelection = 18

There was an invalid / insufficient selection for route's way-point.

◆ MapNotAvailable

int com.sygic.sdk.route.Router.RouteComputeError.MapNotAvailable = 17

Required offline map was not found.

◆ NoComputeCanBeCalled

int com.sygic.sdk.route.Router.RouteComputeError.NoComputeCanBeCalled = 5

No routing service can be called. Device is offline or online streaming is disabled and no sufficient offline maps are downloaded.

◆ NoLicense

int com.sygic.sdk.route.Router.RouteComputeError.NoLicense = 8

License does not contain routing feature

◆ OnlineServiceError

int com.sygic.sdk.route.Router.RouteComputeError.OnlineServiceError = 13

General error of online routing service.

◆ OnlineServiceNotAvailable

int com.sygic.sdk.route.Router.RouteComputeError.OnlineServiceNotAvailable = 14

Required online routing service is unavailable.

◆ OnlineServiceTimeout

int com.sygic.sdk.route.Router.RouteComputeError.OnlineServiceTimeout = 16

Remote server is not responding.

◆ OnlineServiceWrongResponse

int com.sygic.sdk.route.Router.RouteComputeError.OnlineServiceWrongResponse = 15

Remote server response is in unsupported format.

◆ PathConstructFailed

int com.sygic.sdk.route.Router.RouteComputeError.PathConstructFailed = 11

The path construction has failed.

◆ PathNotFound

int com.sygic.sdk.route.Router.RouteComputeError.PathNotFound = 12

The path could not been found.

◆ PathReconstructFailed

int com.sygic.sdk.route.Router.RouteComputeError.PathReconstructFailed = 10

The path reconstruction has failed.

◆ SelectionOutsideOfMap

int com.sygic.sdk.route.Router.RouteComputeError.SelectionOutsideOfMap = 19

Provided location of way-point is not near of any loaded map

◆ UnreachableTarget

int com.sygic.sdk.route.Router.RouteComputeError.UnreachableTarget = 4

There was an error because destination waypoint is unreachable.

◆ UnspecifiedFault

int com.sygic.sdk.route.Router.RouteComputeError.UnspecifiedFault = 1

Unforeseen error occurred.

◆ UserCanceled

int com.sygic.sdk.route.Router.RouteComputeError.UserCanceled = 2

Routing canceled by user.

◆ WrongFromPoint

int com.sygic.sdk.route.Router.RouteComputeError.WrongFromPoint = 3

There was an error because no starting waypoint could be found.


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