RoadShield

data class RoadShield(val shieldUrl: String, var shieldIcon: ByteArray)

Data structure that holds information about road shield.

Constructors

Link copied to clipboard
fun RoadShield(shieldUrl: String, shieldIcon: ByteArray)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
var shieldIcon: ByteArray

ByteArray

Link copied to clipboard
val shieldUrl: String

String

Extensions

Link copied to clipboard
fun RoadShield.toRouteShield(): RouteShield

Extension function to convert RoadShield to RouteShield