ImageDescriptor

data class ImageDescriptor(image: DrawableResolver, imageType: ImageType)

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
fun ImageDescriptor(image: DrawableResolver, imageType: ImageType = ImageType.DEFAULT)

Properties

Link copied to clipboard
val image: DrawableResolver
Link copied to clipboard
val imageType: ImageType