public static interface AMap.OnMapScreenShotListener
限定符和类型 | 方法和说明 |
---|---|
void |
onMapScreenShot(android.graphics.Bitmap bitmap)
地图截屏回调此方法。
|
void |
onMapScreenShot(android.graphics.Bitmap bitmap,
int status)
地图截屏回调此方法,并返回截屏一瞬间地图是否渲染完成。
|
void onMapScreenShot(android.graphics.Bitmap bitmap)
bitmap
- 截屏返回的bitmap对象。void onMapScreenShot(android.graphics.Bitmap bitmap, int status)
bitmap
- 截屏返回的bitmap对象。status
- 地图渲染状态, 1:地图渲染完成,0:未渲染完成