getDrawableFromAndroidResource

fun getDrawableFromAndroidResource(res: String): Drawable?

Get Drawable from VisioMoveEssential Android resource

Description:

  • Search for an image in VisioMoveEssential Bundle using path

Return

Drawable found, if not found returns null

Since

2.0

mMapController.getDrawableFromAndroidResource(R.drawable.myDrawable)

Parameters

res

The resource.