Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
herkese açık statik arayüz
GoogleMap.OnMapLoadedCallback
Haritanın oluşturulması tamamlandığında kullanılan geri çağırma arayüzü. Bu işlem, haritayı oluşturmak için gereken tüm karolar getirildikten ve tüm etiketleme işlemleri tamamlandıktan sonra gerçekleşir. Bağlantı sorunları nedeniyle harita hiçbir zaman yüklenmiyorsa veya harita sürekli değişiyorsa ve kullanıcı haritayla sürekli etkileşimde bulunduğu için yükleme işlemi hiç tamamlanmıyorsa bu etkinlik tetiklenmez.
Haritanın oluşturulması tamamlandığında çağrılır. Bu seçenek yalnızca bir kez aranır. Tekrar bildirim almak isterseniz geri aranma isteğinde bulunmanız gerekir.
Buna Android kullanıcı arayüzü iş parçacığında çağrılır.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-04-15 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"]]