PinIconSet

class PinIconSet(val map: DashIcon? = null, val ui: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, map: DashIcon? = null, ui: DashIcon = DashIcon(context) { uiPin(colors) })
constructor(map: DashIcon? = null, ui: DashIcon)

Properties

Link copied to clipboard
val map: DashIcon? = null
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(map: DashIcon? = this.map, ui: DashIcon = this.ui): PinIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int