RouteComputeStatus

enum RouteComputeStatus : Enum<Router.RouteComputeStatus>

Routing error types.

Entries

SelectionOutsideOfMap
Link copied to clipboard

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

InvalidSelection
Link copied to clipboard

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

MapNotAvailable
Link copied to clipboard

Required offline map was not found.

IncompatibleEVStation
Link copied to clipboard

Set charging station is incompatible with provided vehicle EV parameters

InsufficientRemainingCharge
Link copied to clipboard

Indicates that initial battery charge is insufficient to reach closest charging station.

OnlineServiceTimeout
Link copied to clipboard

Remote server is not responding.

OnlineServiceWrongResponse
Link copied to clipboard

Remote server response is in unsupported format.

OnlineServiceNotAvailable
Link copied to clipboard

Required online routing service is unavailable.

OnlineServiceError
Link copied to clipboard

General error of online routing service.

PathNotFound
Link copied to clipboard

The path could not been found.

PathConstructFailed
Link copied to clipboard

The path construction has failed.

PathReconstructFailed
Link copied to clipboard

The path reconstruction has failed.

FrontEmpty
Link copied to clipboard

Front is empty - path between waypoints does not exists.

NoLicense
Link copied to clipboard

License does not contain routing feature

AlternativeRejected
Link copied to clipboard

Alternative route was rejected.

CouldNotRetrieveSavedRoute
Link copied to clipboard

There was an error while reading saved route from json.

NoComputeCanBeCalled
Link copied to clipboard

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

UnreachableTarget
Link copied to clipboard

There was an error because destination waypoint is unreachable.

WrongFromPoint
Link copied to clipboard

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

UserCanceled
Link copied to clipboard

Routing canceled by user.

UnspecifiedFault
Link copied to clipboard

Unforeseen error occurred.

Success
Link copied to clipboard

All ok.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int