[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eGoogleMap.SnapshotReadyCallback\u003c/code\u003e is an interface used to receive a snapshot of the map.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eonSnapshotReady\u003c/code\u003e method is called when the snapshot is ready, providing a Bitmap of the map or null if it failed.\u003c/p\u003e\n"],["\u003cp\u003eThis callback happens on the Android UI thread.\u003c/p\u003e\n"]]],["The `GoogleMap.SnapshotReadyCallback` interface notifies when a map snapshot is ready. It features the `onSnapshotReady` method, which is invoked on the UI thread. This method receives a `Bitmap` object representing the taken map snapshot. If the snapshot process fails, the `Bitmap` parameter will be `null`. Developers use this interface to act upon successful or failed map snapshot attempts.\n"],null,[]]