public final class BitmapDescriptor
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
BitmapDescriptor(android.graphics.Bitmap bitmap)
构造函数
|
| Modifier and Type | Method and Description |
|---|---|
BitmapDescriptor |
clone() |
android.graphics.Bitmap |
getBitmap()
获取 Bitmap 对象
|
int |
getHeight()
获取 Bitmap 高度
|
int |
getWidth()
获取 Bitmap 宽度
|
public BitmapDescriptor clone()
clone in class java.lang.Objectpublic android.graphics.Bitmap getBitmap()
public int getWidth()
public int getHeight()