GoogleMap.SnapshotReadyCallback

public static interface GoogleMap.SnapshotReadyCallback

Interface de rappel pour avertir lorsque l'instantané a été pris

Récapitulatif des méthodes publiques

élément abstrait nul
onSnapshotReady(instantané Bitmap)
Invoqué lorsque l'instantané a été pris.

Méthodes publiques

abstract void void onSnapshotReady (instantané Bitmap)

Invoqué lorsque l'instantané a été pris.

Ce processus est appelé dans le thread UI Android.

Paramètres
instantané Un bitmap contenant la carte telle qu'elle est actuellement affichée, ou null si l'instantané n'a pas pu être pris.