LaneIconError

class LaneIconError

Represents an error value for an lane icon request.

Parameters

errorMessage

an error message

laneIndicator

the lane description

activeDirection

if that lane can be used to complete the upcoming maneuver

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

activeDirection
Link copied to clipboard
val activeDirection: String?
if that lane can be used to complete the upcoming maneuver
errorMessage
Link copied to clipboard
val errorMessage: String
an error message
laneIndicator
Link copied to clipboard
val laneIndicator: LaneIndicator
the lane description