NavigationViewApiErrorTypes

object NavigationViewApiErrorTypes

All error types returned by the NavigationViewApi.

Properties

Link copied to clipboard
const val IncompleteRoutesInfo: Int = 5

Error returned when given preview routes or routes list is missing DirectionsWaypoint information that is needed to determine destination coordinates.

Link copied to clipboard
const val InvalidRoutesInfo: Int = 4

Error returned when given preview routes or routes list is empty.

Link copied to clipboard
const val MissingDestinationInfo: Int = 1

Error returned when the destination hasn't been set yet.

Link copied to clipboard
const val MissingPreviewRoutesInfo: Int = 2

Error returned when the preview routes list hasn't been set yet.

Link copied to clipboard
const val MissingRoutesInfo: Int = 3

Error returned when the routes list hasn't been set yet.