Chamado quando o desenvolvedor chama explicitamente o método stopAnimation() ou se o motivo do movimento da câmera mudou antes que o onCameraIdle pudesse ser disparado depois da animação anterior.
Métodos públicos
public
abstrato
void
onCameraMoveCanceled()
Chamado quando o desenvolvedor chama explicitamente o método stopAnimation() ou se o motivo do movimento da câmera mudou antes que o onCameraIdle pudesse ser disparado depois da animação anterior. Não atualize nem anime a câmera com esse método.
Isso é chamado na linha de execução de interface do Android.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-04-15 UTC."],[[["`GoogleMap.OnCameraMoveCanceledListener` is an interface used to receive callbacks when the camera movement is interrupted or a new movement begins."],["The `onCameraMoveCanceled()` method is triggered when `stopAnimation()` is called or when the cause of camera movement changes before the camera settles."]]],["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"]]