OnMapIconSet

constructor(colors: DashColors, context: Context, address: DashIcon = DashIcon(context) { address(colors) }, globe: DashIcon = DashIcon(context) { globe(colors) }, puck: DashIcon = DashIcon(context) { puck(colors) })
constructor(address: DashIcon, globe: DashIcon, puck: DashIcon)