Maps and Navigation SDK
0.43.0
androidJvm
com.tomtom.sdk.maps:map-display-api
/
com.tomtom.sdk.map.display.image
/
ImageFactory
/
fromBitmap
from
Bitmap
fun
fromBitmap
(
bitmap
:
Bitmap
)
:
Image
Creates an
Image
from a bitmap.
Return
The
Image
created from the
bitmap
.
Parameters
bitmap
Bitmap
of the image.