public final class BitmapDescriptor
extends java.lang.Object
implements android.os.Parcelable, java.lang.Cloneable
限定符和类型 | 字段和说明 |
---|---|
static BitmapDescriptorCreator |
CREATOR |
protected java.lang.Object |
mBitmap |
限定符和类型 | 方法和说明 |
---|---|
android.graphics.Bitmap |
getBitmap()
获取 对应的Bitmap 对象。
|
int |
getHeight()
返回 Bitmap 的高度。
|
int |
getWidth()
返回 Bitmap的宽度。
|
void |
recycle()
回收 bitmap 资源,请确保在不再使用该 bitmap descriptor 时再调用该函数。
|
public static final BitmapDescriptorCreator CREATOR
protected java.lang.Object mBitmap
public android.graphics.Bitmap getBitmap()
public int getWidth()
public int getHeight()
public void recycle()