Factory for creating Images.
(context)
context
Context
()
Provides an icon using the default marker icon used for Marker.
Image
(assetName)
Creates an image using the name of a Bitmap image in the assets directory.
assetName
String
(bitmap)
Creates an image from a given Bitmap image.
bitmap
Bitmap
(resourceId)
Creates an image using the resource ID of a Bitmap image.
resourceId
Int
(file)
Create an Image using the name of a Bitmap image file located in the internal storage.
file
File
(url)
Creates an image from URL.
url
URL