Called when the developer explicitly calls the GoogleMap.stopAnimation() method or if
the reason for camera motion has changed before the onCameraIdle had a chance to fire after
the previous animation.
Public Methods
public
abstract
void
onCameraMoveCanceled()
Called when the developer explicitly calls the GoogleMap.stopAnimation() method or if
the reason for camera motion has changed before the onCameraIdle had a chance to fire after
the previous animation. Do not update or animate the camera from within this method.
[[["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-01-17 UTC."],[[["`GoogleMap.OnCameraMoveCanceledListener` is an interface used to receive callbacks when the camera movement is stopped or interrupted."],["The `onCameraMoveCanceled()` method is called when `GoogleMap.stopAnimation()` is explicitly called or when the camera starts moving for a new reason before the previous animation finishes."],["Developers should avoid updating or animating the camera within the `onCameraMoveCanceled()` method as it's called on the Android UI thread."]]],[]]