RouteReconstructionError

class RouteReconstructionError(val message: String? = null) : RoutingError

The route reconstruction using supportingPoints failed.

Constructors

Link copied to clipboard
fun RouteReconstructionError(message: String? = null)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String? = null