Interface de retorno de chamada para quando o mapa terminar a renderização. Isso ocorre depois que todos os blocos necessários para renderizar o mapa são buscados e todas as etiquetas são concluídas. Esse evento não será disparado se o mapa não for carregado devido a problemas de conectividade ou se ele estiver mudando continuamente e nunca concluir o carregamento devido à interação constante do usuário com o mapa.
Chamado quando o mapa termina a renderização. Ele só será chamado uma vez. Solicite
outra chamada de retorno se quiser receber uma notificação novamente.
Isso é chamado na linha de execução de interface do Android.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-05-13 UTC."],[[["`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"]]