Được gọi nhiều lần khi máy ảnh tiếp tục di chuyển sau một lệnh gọi onCameraMoveStarted.
Phương thức công khai
public
abstract
void
onCameraMove()
Được gọi nhiều lần khi máy ảnh tiếp tục di chuyển sau một lệnh gọi onCameraMoveStarted. Phương thức này có thể được gọi thường xuyên như một lần trong mỗi khung hình và không nên thực hiện các thao tác tốn kém.
Lệnh này được gọi trên luồng giao diện người dùng Android.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-16 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."]]],[]]