Callback interface to notify when the snapshot has been taken.
| abstract void |
Invoked when the snapshot has been taken.
This is called on the Android UI thread.
| snapshot | A bitmap containing the map as it is currently rendered, or null
if the snapshot could not be taken. |
|---|