Wird wiederholt aufgerufen, da sich die Kamera nach einem onCameraMoveStarted-Anruf weiter bewegt.
Public Methods
public
abstrakt
void
onCameraMove()
Wird wiederholt aufgerufen, da sich die Kamera nach einem onCameraMoveStarted-Anruf weiter bewegt. Dies kann genauso oft wie einmal pro Frame aufgerufen werden und sollte keine teuren Vorgänge ausführen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-21 (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."]]],[]]