DirectionsServiceError

Types

Link copied to clipboard

No routing graph is available for this map.

Link copied to clipboard
class InvalidRules(rules: List<String>, availableRules: List<String>) : DirectionsServiceError

Some of the requested search rules are not available for the graph.

Link copied to clipboard

No itineraries could be found for the request.

Link copied to clipboard

In offline mode, only the walk travel mode is supported.

Link copied to clipboard
class RequestFailed(val code: Int, val reason: String?) : DirectionsServiceError

The directions request was rejected by the server for a reason other than a missing route.

Properties

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