| Modifier and Type | Method and Description |
|---|---|
Icon |
defaultMarker() |
Icon |
defaultMarkerView() |
Icon |
fromAsset(java.lang.String assetName) |
Icon |
fromBitmap(android.graphics.Bitmap bitmap) |
Icon |
fromDrawable(android.graphics.drawable.Drawable drawable) |
Icon |
fromDrawable(android.graphics.drawable.Drawable drawable,
int width,
int height) |
Icon |
fromFile(java.lang.String fileName) |
Icon |
fromPath(java.lang.String absolutePath) |
Icon |
fromResource(int resourceId) |
static IconFactory |
getInstance(android.content.Context context) |
static Icon |
recreate(java.lang.String iconId,
android.graphics.Bitmap bitmap) |
public static IconFactory getInstance(android.content.Context context)
public Icon fromBitmap(android.graphics.Bitmap bitmap)
public Icon fromDrawable(android.graphics.drawable.Drawable drawable)
public Icon fromDrawable(android.graphics.drawable.Drawable drawable, int width, int height)
public Icon fromResource(int resourceId)
public Icon defaultMarker()
public Icon defaultMarkerView()
public Icon fromAsset(java.lang.String assetName)
public Icon fromPath(java.lang.String absolutePath)
public Icon fromFile(java.lang.String fileName)
public static Icon recreate(java.lang.String iconId, android.graphics.Bitmap bitmap)