oncameramoveStarted aramasının ardından kamera hareket etmeye devam ettiği için tekrar tekrar çağrıldı.
Herkese Açık Yöntemler
herkese açık
soyut
void
onCameraMove()
oncameramoveStarted aramasının ardından kamera hareket etmeye devam ettiği için tekrar tekrar çağrıldı. Bu işlem, her kare kadar bir kez çağrılabilir ve pahalı işlemler gerçekleştirmemelidir.
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-03-21 UTC."],[[["`GoogleMap.OnCameraMoveListener` is an interface to handle camera movement events in Google Maps."],["`onCameraMove()` is a method within this interface, called frequently during camera movement after it starts, and it's crucial to avoid heavy computations within this method."],["The `onCameraMove()` method executes on the Android UI thread, implying that UI updates are safe to perform within this callback."]]],[]]