[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]