MakiIconSet

class MakiIconSet(val airport: DashIcon, val bank: DashIcon, val cafe: DashIcon, val car: DashIcon, val carRepair: DashIcon, val chargingStation: DashIcon, val fuel: DashIcon, val grocery: DashIcon, val highwayRestArea: DashIcon, val hospital: DashIcon, val lodging: DashIcon, val parking: DashIcon, val pharmacy: DashIcon, val poiFallback: DashIcon, val restaurant: DashIcon, val terminal: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, airport: DashIcon = DashIcon(context) { airport(colors) }, bank: DashIcon = DashIcon(context) { bank(colors) }, cafe: DashIcon = DashIcon(context) { cafe(colors) }, car: DashIcon = DashIcon(context) { car(colors) }, carRepair: DashIcon = DashIcon(context) { carRepair(colors) }, chargingStation: DashIcon = DashIcon(context) { chargingStation(colors) }, fuel: DashIcon = DashIcon(context) { fuel(colors) }, grocery: DashIcon = DashIcon(context) { grocery(colors) }, highwayRestArea: DashIcon = DashIcon(context) { highwayRestArea(colors) }, hospital: DashIcon = DashIcon(context) { hospital(colors) }, lodging: DashIcon = DashIcon(context) { lodging(colors) }, parking: DashIcon = DashIcon(context) { parking(colors) }, pharmacy: DashIcon = DashIcon(context) { pharmacy(colors) }, poiFallback: DashIcon = DashIcon(context) { poiFallback(colors) }, restaurant: DashIcon = DashIcon(context) { restaurant(colors) }, terminal: DashIcon = DashIcon(context) { terminal(colors) })
constructor(airport: DashIcon, bank: DashIcon, cafe: DashIcon, car: DashIcon, carRepair: DashIcon, chargingStation: DashIcon, fuel: DashIcon, grocery: DashIcon, highwayRestArea: DashIcon, hospital: DashIcon, lodging: DashIcon, parking: DashIcon, pharmacy: DashIcon, poiFallback: DashIcon, restaurant: DashIcon, terminal: 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
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(airport: DashIcon = this.airport, bank: DashIcon = this.bank, cafe: DashIcon = this.cafe, car: DashIcon = this.car, carRepair: DashIcon = this.carRepair, chargingStation: DashIcon = this.chargingStation, fuel: DashIcon = this.fuel, grocery: DashIcon = this.grocery, highwayRestArea: DashIcon = this.highwayRestArea, hospital: DashIcon = this.hospital, lodging: DashIcon = this.lodging, parking: DashIcon = this.parking, pharmacy: DashIcon = this.pharmacy, poiFallback: DashIcon = this.poiFallback, restaurant: DashIcon = this.restaurant, terminal: DashIcon = this.terminal): MakiIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int