public interface TencentMapResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TencentMapResource.ResourceFrom |
| Modifier and Type | Method and Description |
|---|---|
BitmapDescriptor |
createBitmapDescriptor(Bitmap bitmap,
int formatType) |
BitmapDescriptor |
createBitmapDescriptor(float resValue,
int formatType) |
BitmapDescriptor |
createBitmapDescriptor(int formatType) |
BitmapDescriptor |
createBitmapDescriptor(int resId,
int formatType)
创建
|
BitmapDescriptor |
createBitmapDescriptor(java.lang.String resName,
int formatType) |
MyLocationStyle |
getDefaultMyLocationStyle()
创建默认的定位样式
|
int |
getScreenPixels()
获取屏幕像素面积
|
Typeface |
getTypeface()
获得当前字体
|
BitmapDescriptor createBitmapDescriptor(int resId, int formatType)
resId - formatType - BitmapDescriptor createBitmapDescriptor(java.lang.String resName, int formatType)
resName - formatType - BitmapDescriptor createBitmapDescriptor(float resValue, int formatType)
resValue - formatType - BitmapDescriptor createBitmapDescriptor(Bitmap bitmap, int formatType)
bitmap - formatType - BitmapDescriptor createBitmapDescriptor(int formatType)
formatType - Typeface getTypeface()
int getScreenPixels()
MyLocationStyle getDefaultMyLocationStyle()