CameraIconSet

class CameraIconSet(val noGeolocation: DashIcon, val northUp: DashIcon, val recenterFilled: DashIcon, val routeOverview: DashIcon, val routes: DashIcon, val trackUp: DashIcon, val trackUp3D: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, noGeolocation: DashIcon = DashIcon(context) { noGeolocation(colors) }, northUp: DashIcon = DashIcon(context) { northUp(colors) }, recenterFilled: DashIcon = DashIcon(context) { recenterFilled(colors) }, routeOverview: DashIcon = DashIcon(context) { routeOverview(colors) }, routes: DashIcon = DashIcon(context) { routes(colors) }, trackUp: DashIcon = DashIcon(context) { trackUp(colors) }, trackUp3D: DashIcon = DashIcon(context) { trackUp3D(colors) })
constructor(noGeolocation: DashIcon, northUp: DashIcon, recenterFilled: DashIcon, routeOverview: DashIcon, routes: DashIcon, trackUp: DashIcon, trackUp3D: 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

Functions

Link copied to clipboard
fun copy(noGeolocation: DashIcon = this.noGeolocation, northUp: DashIcon = this.northUp, recenterFilled: DashIcon = this.recenterFilled, routeOverview: DashIcon = this.routeOverview, routes: DashIcon = this.routes, trackUp: DashIcon = this.trackUp, trackUp3D: DashIcon = this.trackUp3D): CameraIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int