RouteComputeError

annotation class RouteComputeError

Routing error types.

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

AlternativeRejected
Link copied to clipboard
val AlternativeRejected: Int
Alternative route was rejected.
CouldNotRetrieveSavedRoute
Link copied to clipboard
val CouldNotRetrieveSavedRoute: Int
There was an error while reading saved route from json.
FrontEmpty
Link copied to clipboard
val FrontEmpty: Int
Front is empty - path between waypoints does not exists.
InsufficientRemainingCharge
Link copied to clipboard
val InsufficientRemainingCharge: Int
Indicates that initial battery charge is insufficient to reach closest charging station.
InvalidSelection
Link copied to clipboard
val InvalidSelection: Int
There was an invalid / insufficient selection for route's way-point.
MapNotAvailable
Link copied to clipboard
val MapNotAvailable: Int
Required offline map was not found.
NoComputeCanBeCalled
Link copied to clipboard
val NoComputeCanBeCalled: Int
No routing service can be called.
NoLicense
Link copied to clipboard
val NoLicense: Int
License does not contain routing feature
OnlineServiceError
Link copied to clipboard
val OnlineServiceError: Int
General error of online routing service.
OnlineServiceNotAvailable
Link copied to clipboard
val OnlineServiceNotAvailable: Int
Required online routing service is unavailable.
OnlineServiceTimeout
Link copied to clipboard
val OnlineServiceTimeout: Int
Remote server is not responding.
OnlineServiceWrongResponse
Link copied to clipboard
val OnlineServiceWrongResponse: Int
Remote server response is in unsupported format.
PathConstructFailed
Link copied to clipboard
val PathConstructFailed: Int
The path construction has failed.
PathNotFound
Link copied to clipboard
val PathNotFound: Int
The path could not been found.
PathReconstructFailed
Link copied to clipboard
val PathReconstructFailed: Int
The path reconstruction has failed.
SelectionOutsideOfMap
Link copied to clipboard
val SelectionOutsideOfMap: Int
Provided location of way-point is not near of any loaded map
UnreachableTarget
Link copied to clipboard
val UnreachableTarget: Int
There was an error because destination waypoint is unreachable.
UnspecifiedFault
Link copied to clipboard
val UnspecifiedFault: Int
Unforeseen error occurred.
UserCanceled
Link copied to clipboard
val UserCanceled: Int
Routing canceled by user.
WrongFromPoint
Link copied to clipboard
val WrongFromPoint: Int
There was an error because no starting waypoint could be found.