Android code Baidu map screenshot can not show content?

Use Baidu own screenshot method can, and inevitably will be more novices stepped pit.

mBaiduMap.snapshot(new BaiduMap.SnapshotReadyCallback() {
                        @Override
                        public void onSnapshotReady(Bitmap bitmap) {
                            image.setImageBitmap(bitmap);
                        }
                    });
Original image portion, the lower portion is a screenshot Nianshang Qu

Here Insert Picture Description

Published 80 original articles · won praise 8 · views 6622

Guess you like

Origin blog.csdn.net/printf123scanf/article/details/104034066