RouteComputeStatus

enum RouteComputeStatus : Enum<Router.RouteComputeStatus>

Routing error types.

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Required offline map was not found.

Link copied to clipboard

Set charging station is incompatible with provided vehicle EV parameters

Link copied to clipboard

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

Link copied to clipboard

Remote server is not responding.

Link copied to clipboard

Remote server response is in unsupported format.

Link copied to clipboard

Required online routing service is unavailable.

Link copied to clipboard

General error of online routing service.

Link copied to clipboard

The path could not been found.

Link copied to clipboard

The path construction has failed.

Link copied to clipboard

The path reconstruction has failed.

Link copied to clipboard

Front is empty - path between waypoints does not exists.

Link copied to clipboard

License does not contain routing feature

Link copied to clipboard

Alternative route was rejected.

Link copied to clipboard

There was an error while reading saved route from json.

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.

Link copied to clipboard

There was an error because destination waypoint is unreachable.

Link copied to clipboard

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

Link copied to clipboard

Routing canceled by user.

Link copied to clipboard

Unforeseen error occurred.

Link copied to clipboard

Route was computed, but some warnings occurred

Link copied to clipboard

All ok.

Properties

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