InformationIconSet

class InformationIconSet(val building: DashIcon, val pay: DashIcon, val phone: DashIcon, val pin: DashIcon, val plug: DashIcon, val ratingEmpty: DashIcon, val ratingFull: DashIcon, val ratingHalf: DashIcon, val tripadvisor: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, building: DashIcon = DashIcon(context) { building(colors) }, pay: DashIcon = DashIcon(context) { pay(colors) }, phone: DashIcon = DashIcon(context) { phone(colors) }, pin: DashIcon = DashIcon(context) { pin(colors) }, plug: DashIcon = DashIcon(context) { plug(colors) }, ratingEmpty: DashIcon = DashIcon(context) { ratingEmpty() }, ratingFull: DashIcon = DashIcon(context) { ratingFull() }, ratingHalf: DashIcon = DashIcon(context) { ratingHalf() }, tripadvisor: DashIcon = DashIcon(context) { tripadvisor(colors) })
constructor(building: DashIcon, pay: DashIcon, phone: DashIcon, pin: DashIcon, plug: DashIcon, ratingEmpty: DashIcon, ratingFull: DashIcon, ratingHalf: DashIcon, tripadvisor: DashIcon)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(building: DashIcon = this.building, pay: DashIcon = this.pay, phone: DashIcon = this.phone, pin: DashIcon = this.pin, plug: DashIcon = this.plug, ratingEmpty: DashIcon = this.ratingEmpty, ratingFull: DashIcon = this.ratingFull, ratingHalf: DashIcon = this.ratingHalf, tripadvisor: DashIcon = this.tripadvisor): InformationIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int