ImageDescriptor

data class ImageDescriptor(val image: DrawableResolver, val imageType: ImageType = ImageType.DEFAULT)

A data class containing the information needed to display an image in common TomTom UI controls.

Parameters

image

The image content.

imageType

The ImageType of the given image.

Constructors

Link copied to clipboard
constructor(image: DrawableResolver, imageType: ImageType = ImageType.DEFAULT)

Properties

Link copied to clipboard
Link copied to clipboard