public final class BitmapDescriptor
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
void |
clearCache()
清除BitmapDescriptor的数据缓存, 不会回收bitmap资源
|
Bitmap |
getBitmap()
获取对应的Bitmap对象
|
void |
recycle()
回收 bitmap 资源,请确保在不再使用该 bitmap descriptor 时再调用该函数。
|