DirectionsError

interface DirectionsError

Types

Link copied to clipboard
class NoRoutesFound(message: String?) : DirectionsError

The provided start and end are in coverage, but no routes were found e.g. because no transport is currently running

Link copied to clipboard
class StartOrEndOutOfCoverage(message: String?) : DirectionsError

One or both of the provided start and end are outside of the coverage area, or in different coverage areas

Link copied to clipboard
class Unknown(message: String?) : DirectionsError

Another error occured. See message for detail

Properties

Link copied to clipboard
abstract val message: String?

Developer-facing error message from the server.

Inheritors

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