Вызывается повторно, поскольку камера продолжает двигаться после вызова onCameraMoveStarted.
Публичные методы
публичная абстрактная пустотаonCameraMove()
Вызывается повторно, поскольку камера продолжает двигаться после вызова onCameraMoveStarted. Его можно вызывать один раз в каждом кадре, и он не должен выполнять дорогостоящие операции.
Это вызывается в потоке пользовательского интерфейса Android.
[[["Прост для понимания","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"]],["Последнее обновление: 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."]]],[]]