GoogleMap.SnapshotReadyCallback

public static interfaceGoogleMap.SnapshotReadyCallback

Callback interface to notify when the snapshot has been taken.

Public Method Summary

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

Public Methods

public abstract voidonSnapshotReady(Bitmap snapshot)

Invoked when the snapshot has been taken.

This is called on the Android UI thread.

Parameters
snapshot A bitmap containing the map as it is currently rendered, ornull if the snapshot could not be taken.