Googlemap.OnCameraIdleListener
ממשק לקריאה חוזרת (callback) כשתנועת המצלמה מסתיימת.
סיכום אמצעי תשלום ציבורי
מופשט
וריק
|
onCameraIdle()
מתבצעת קריאה כשתנועת המצלמה מסתיימת, אין אנימציות בהמתנה והמשתמש הפסיק לתקשר עם המפה.
|
שיטות ציבוריות
מופשט
ציבורי וריק
onCameraIdle
()
מתבצעת קריאה כשתנועת המצלמה מסתיימת, אין אנימציות בהמתנה והמשתמש הפסיק לתקשר עם המפה.
ההגדרה הזו נקראת ב-thread של ממשק המשתמש ב-Android.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-16 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-16 (שעון UTC)."],[[["`GoogleMap.OnCameraIdleListener` is an interface used to receive callbacks when the camera on a GoogleMap stops moving."],["The `onCameraIdle()` method is called when all camera movement and animations have ceased and the user is no longer interacting with the map."],["This callback is executed on the Android UI thread, making it suitable for updating UI elements based on the final camera position."]]],["The `GoogleMap.OnCameraIdleListener` interface provides a callback for when camera movement on a map has concluded. The core functionality is within the `onCameraIdle()` method. This method is triggered when all camera movement, including animations, has finished and the user is no longer interacting with the map. The `onCameraIdle()` is called on the main Android UI thread.\n"]]