Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-map
/
com.mapsted.map.utils
/
GlideUtils
Glide
Utils
open
class
GlideUtils
Members
Constructors
Glide
Utils
Link copied to clipboard
constructor
(
)
Functions
drawable
To
Bitmap
Link copied to clipboard
open
fun
drawableToBitmap
(
drawable
:
Drawable
)
:
Bitmap
get
Bitmap
Link copied to clipboard
open
fun
getBitmap
(
context
:
Context
,
imageUrl
:
String
,
fallbackDrawableRes
:
Int
,
bitmapConsumer
:
Consumer
<
Bitmap
>
)