InformationIconSet

class InformationIconSet(val building: DashIcon, val pay: DashIcon, val phone: DashIcon, val pin: DashIcon, val plug: DashIcon, val tripadvisor: DashIcon, val tripadvisorRatingEmpty: DashIcon, val tripadvisorRatingFull: DashIcon, val tripadvisorRatingHalf: DashIcon, val googleRatingEmpty: DashIcon, val googleRatingFull: DashIcon, val googleRatingHalf: 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) }, tripadvisor: DashIcon = DashIcon(context) { tripadvisor(colors) }, tripadvisorRatingEmpty: DashIcon = DashIcon(context) { tripadvisorRatingEmpty() }, tripadvisorRatingFull: DashIcon = DashIcon(context) { tripadvisorRatingFull() }, tripadvisorRatingHalf: DashIcon = DashIcon(context) { tripadvisorRatingHalf() }, googleRatingEmpty: DashIcon = DashIcon(context) { googleRatingEmpty(colors) }, googleRatingFull: DashIcon = DashIcon(context) { googleRatingFull(colors) }, googleRatingHalf: DashIcon = DashIcon(context) { googleRatingHalf(colors) })
constructor(building: DashIcon, pay: DashIcon, phone: DashIcon, pin: DashIcon, plug: DashIcon, tripadvisor: DashIcon, tripadvisorRatingEmpty: DashIcon, tripadvisorRatingFull: DashIcon, tripadvisorRatingHalf: DashIcon, googleRatingEmpty: DashIcon, googleRatingFull: DashIcon, googleRatingHalf: 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
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, tripadvisor: DashIcon = this.tripadvisor, tripadvisorRatingEmpty: DashIcon = this.tripadvisorRatingEmpty, tripadvisorRatingFull: DashIcon = this.tripadvisorRatingFull, tripadvisorRatingHalf: DashIcon = this.tripadvisorRatingHalf, googleRatingEmpty: DashIcon = this.googleRatingEmpty, googleRatingFull: DashIcon = this.googleRatingFull, googleRatingHalf: DashIcon = this.googleRatingHalf): InformationIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int