ImageDescriptor
data class ImageDescriptor(image: DrawableResolver, imageType: ImageType)
Content copied to clipboard
A data class containing the information needed to display an image in common TomTom UI controls.
Parameters
Constructors
Link copied to clipboard
fun ImageDescriptor(image: DrawableResolver, imageType: ImageType = ImageType.DEFAULT)
Content copied to clipboard