[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-21。"],[[["`GoogleMap.SnapshotReadyCallback` is an interface used to receive a snapshot of the map."],["The `onSnapshotReady` method is called when the snapshot is ready, providing a Bitmap of the map or null if it failed."],["This callback happens on the Android UI thread."]]],["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"]]