يستدعي المستخدم إيماءة النقر على الخريطة فقط إذا لم تعالج الإيماءة في أي من تراكبات الخريطة. يتم استدعاء عمليات تنفيذ هذه الطريقة دائمًا في سلسلة محادثات واجهة مستخدم Android.
المَعلمات
نقطة واحدة
النقطة على الأرض (المعروضة من نقطة الشاشة) التي تم النقر عليها.
تاريخ التعديل الأخير: 2025-10-15 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-10-15 (حسب التوقيت العالمي المتفَّق عليه)"],[],["The `GoogleMap.OnMapClickListener` interface provides a callback for map tap events. The `onMapClick` method is triggered when a user taps the map, provided no map overlays handled the tap. This method, always executed on the Android UI thread, receives a `LatLng` object (`point`) representing the geographical coordinates of the tap. This allows the user to get the point tapped by the user on the map.\n"]]