[[["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-03-21 UTC."],[[["`GoogleMap.OnCameraIdleListener` is an interface used to receive callbacks when the camera on a GoogleMap stops moving."],["The `onCameraIdle()` method is called when all camera movement and animations have ceased and the user is no longer interacting with the map."],["This callback is executed on the Android UI thread, making it suitable for updating UI elements based on the final camera position."]]],["The `GoogleMap.OnCameraIdleListener` interface provides a callback for when camera movement on a map has concluded. The core functionality is within the `onCameraIdle()` method. This method is triggered when all camera movement, including animations, has finished and the user is no longer interacting with the map. The `onCameraIdle()` is called on the main Android UI thread.\n"]]