Wywoływana, gdy deweloper wyraźnie wywoła metodę stopAnimation() lub jeśli przyczyna ruchu kamery uległa zmianie przed uruchomieniem modułu onCameraIdle po poprzedniej animacji.
Metody publiczne
public
abstract
void
onCameraMoveCanceled()
Wywoływana, gdy deweloper wyraźnie wywoła metodę stopAnimation() lub jeśli przyczyna ruchu kamery uległa zmianie przed uruchomieniem modułu onCameraIdle po poprzedniej animacji. Nie aktualizuj ani nie animuj kamery, używając tej metody.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2026-01-23 UTC."],[],["The `GoogleMap.OnCameraMoveCanceledListener` interface provides a callback for camera motion cessation or change. The `onCameraMoveCanceled()` method is invoked when `stopAnimation()` is called or if the motion's reason changes before `onCameraIdle` fires. Developers should refrain from updating or animating the camera within `onCameraMoveCanceled()`. This method operates on the Android UI thread, indicating the event's occurrence.\n"]]