TurnIconError

class TurnIconError

Represents an error case when obtaining turn icon data

Parameters

errorMessage

a text error message indicating what went wrong

type

the maneuver type parameter used as input

degrees

the degrees parameter value used as input

modifier

the modifier parameter value used as input

drivingSide

the driving side parameter used as input

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

degrees
Link copied to clipboard
val degrees: Float?
the degrees parameter value used as input
drivingSide
Link copied to clipboard
val drivingSide: String?
the driving side parameter used as input
errorMessage
Link copied to clipboard
val errorMessage: String
a text error message indicating what went wrong
modifier
Link copied to clipboard
val modifier: String?
the modifier parameter value used as input
type
Link copied to clipboard
val type: String?
the maneuver type parameter used as input