यह तब कॉल किया जाता है, जब उपयोगकर्ता मैप पर टैप करने के जेस्चर (हाव-भाव) को हैंडल करता है. हालांकि, ऐसा सिर्फ़ तब होता है, जब मैप के किसी भी ओवरले ने हाथ के जेस्चर को हैंडल नहीं किया हो.
सार्वजनिक तरीके
सार्वजनिक
ऐब्स्ट्रैक्ट
void
onMapClick(LatLng पॉइंट)
यह तब कॉल किया जाता है, जब उपयोगकर्ता मैप पर टैप करने के जेस्चर (हाव-भाव) को हैंडल करता है. हालांकि, ऐसा सिर्फ़ तब होता है, जब मैप के किसी भी ओवरले ने हाथ के जेस्चर को हैंडल नहीं किया हो. इस तरीके को लागू करने को हमेशा Android के यूज़र इंटरफ़ेस (यूआई) थ्रेड पर शुरू किया जाता है.
पैरामीटर
पॉइंट
ज़मीन पर मौजूद पॉइंट (स्क्रीन पॉइंट से प्रक्षेपित) जिस पर टैप किया गया था.
[[["समझने में आसान है","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-12-10 (UTC) को अपडेट किया गया."],[],["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"]]