[[["易于理解","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-13。"],[[["`GoogleMap.OnMapLoadedCallback` is an interface used to trigger actions after a Google Map has completely rendered within an Android application."],["The `onMapLoaded()` method is called once when the map has finished rendering, signifying all tiles and labels are loaded, and runs on the Android UI thread."],["This callback will not trigger if the map fails to load due to connection issues or if continuous user interaction prevents the map from fully loading."]]],["The `GoogleMap.OnMapLoadedCallback` interface provides a mechanism to be notified when a map has finished rendering. The `onMapLoaded()` method, the sole method within this interface, is invoked once the map has completed the rendering process, including fetching tiles and labeling. This method is called on the Android UI thread. If the user needs to be notified again, they must explicitly request another callback, as this only fires once. The callback won't be triggered if loading is interrupted.\n"]]