sdk-maps / com.tomtom.online.sdk.map.style.images / Image

Image

interface Image : JniNativeHandleOwner

An interface that represents an image.

Functions

getChannels

abstract fun getChannels(): Int

Gets the number of channels in the image.

getHeight

abstract fun getHeight(): Int

Gets the height in pixels of the image.

getId

abstract fun getId(): String

Returns the id (a human-readable name) of the image.

getWidth

abstract fun getWidth(): Int

Gets the width in pixels of the image.