تاريخ التعديل الأخير: 2025-05-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-05-13 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]