CameraIconSet
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) })
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