زمانی فراخوانی میشود که توسعهدهنده صراحتاً متد stopAnimation() را فراخوانی کند یا اگر دلیل حرکت دوربین قبل از اینکه onCameraIdle فرصتی برای فعال شدن بعد از انیمیشن قبلی داشته باشد تغییر کرده باشد.
روش های عمومی
خالی انتزاعی عمومیonCameraMoveCanceled()
زمانی فراخوانی میشود که توسعهدهنده صراحتاً متد stopAnimation() را فراخوانی کند یا اگر دلیل حرکت دوربین قبل از اینکه onCameraIdle فرصتی برای فعال شدن بعد از انیمیشن قبلی داشته باشد تغییر کرده باشد. دوربین را از داخل این روش بهروزرسانی یا متحرک نکنید.
تاریخ آخرین بهروزرسانی 2025-07-13 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-13 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]