GoogleMap.SnapshotReadyCallback

interface statique publique GoogleMap.SnapshotReadyCallback

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

Récapitulatif des méthodes publiques

vide abstrait
onSnapshotReady(instantané bitmap)
Appelée lorsque l'instantané a été pris.

Méthodes publiques

public abstrait vide onSnapshotReady (instantané Bitmap)

Appelée lorsque l'instantané a été pris.

Cette méthode est appelée dans le thread UI Android.

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