GoogleMap.OnInfoWindowCloseListener
ממשק קריאה חוזרת לאירועים סגורים בחלון המידע של סמן.
שיטות ציבוריות
מופשט
ציבורי
ריק
onInfoWindowClose
(סמן סמן)
מופעלת כשחלון המידע של הסמן נסגר.
ההגדרה הזו נקראת ב-thread של ממשק המשתמש ב-Android.
פרמטרים
מדגיש |
הסמן של חלון המידע שנסגר.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-13 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-13 (שעון UTC)."],[[["`GoogleMap.OnInfoWindowCloseListener` is a callback interface used for handling events when a marker's info window is closed on a Google Map."],["This interface has one method, `onInfoWindowClose(Marker marker)`, which is triggered when an info window is closed, providing the associated marker as a parameter."],["The `onInfoWindowClose` method is executed on the Android UI thread."]]],["The `GoogleMap.OnInfoWindowCloseListener` interface handles close events for a marker's info window. It contains one method, `onInfoWindowClose(Marker marker)`, which is called when an info window is closed. This method is executed on the Android UI thread and receives the `Marker` object associated with the closed info window as a parameter, allowing for custom actions based on the closure.\n"]]