[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eGoogleMap.OnCameraIdleListener\u003c/code\u003e is an interface used to receive callbacks when the camera on a GoogleMap stops moving.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eonCameraIdle()\u003c/code\u003e method is called when all camera movement and animations have ceased and the user is no longer interacting with the map.\u003c/p\u003e\n"],["\u003cp\u003eThis callback is executed on the Android UI thread, making it suitable for updating UI elements based on the final camera position.\u003c/p\u003e\n"]]],["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"],null,[]]