public static interface

GoogleMap.SnapshotReadyCallback

com.google.android.gms.maps.GoogleMap.SnapshotReadyCallback

Class Overview

Callback interface to notify when the snapshot has been taken.

Summary

Public Methods
abstract void onSnapshotReady(Bitmap snapshot)
Invoked when the snapshot has been taken.

Public Methods

public abstract void onSnapshotReady (Bitmap snapshot)

Invoked when the snapshot has been taken.

This is called on the Android UI thread.

Parameters
snapshot Bitmap: A bitmap containing the map as it is currently rendered, or null if the snapshot could not be taken.