Called repeatedly as the camera continues to move after an onCameraMoveStarted call.
Public Methods
public
abstract
void
onCameraMove()
Called repeatedly as the camera continues to move after an onCameraMoveStarted call. This may
be called as often as once every frame and should not perform expensive operations.
[[["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-03-26 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."]]],[]]