Package-level declarations
Types
A data class containing the information needed to display an image in common TomTom UI controls.
A reusable UI control that can be used for displaying rounded images.
Functions
Updates the radius and tint of the TtRoundedImageCardView based on the imageType. tintableIconTint will be applied to TtRoundedImageCardView.ttImageTint while the imageType is ImageType.TINTABLE_ICON. If imageType is null
the radius and tint are cleared.
A convenience function to create a LiveData mapping from a nullable DrawableResolver to an ImageDescriptor with the provided imageType.
A convenience function to create a LiveData mapping from a DrawableResolver to an ImageDescriptor with the provided imageType.
A convenience function to map a DrawableResolver to an ImageDescriptor with the provided imageType.
A convenience function to map a nullable DrawableResolver to an ImageDescriptor with the provided imageType.