Map.onClick
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह कुकी, एक कॉलबैक रजिस्टर करती है. यह कॉलबैक तब ट्रिगर होता है, जब मैप पर क्लिक किया जाता है.
यह एक ऐसा आईडी दिखाता है जिसे unlisten() को पास किया जा सकता है, ताकि कॉलबैक को अनरजिस्टर किया जा सके.
इस्तेमाल | रिटर्न |
---|
Map.onClick(callback) | स्ट्रिंग |
आर्ग्यूमेंट | टाइप | विवरण |
---|
callback | फ़ंक्शन | मैप पर क्लिक करने पर, इस कॉलबैक को ट्रिगर किया जाता है. कॉलबैक को एक ऑब्जेक्ट पास किया जाता है. इसमें क्लिक किए गए पॉइंट के निर्देशांक (lon और lat कुंजियों के साथ) और मैप विजेट शामिल होता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eRegisters a callback function that is triggered when the map is clicked, providing the coordinates of the click.\u003c/p\u003e\n"],["\u003cp\u003eReturns a unique ID that can be used to unregister the callback function later using \u003ccode\u003eunlisten()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eonClick\u003c/code\u003e accepts a single argument: a callback function which receives an object containing longitude, latitude, and the map widget.\u003c/p\u003e\n"]]],["A callback function is registered to be executed upon a map click. The `Map.onClick(callback)` method accepts this function as an argument and returns a unique string ID. This ID is used to unregister the callback later. The callback receives an object containing the longitude (`lon`), latitude (`lat`), and the map widget upon execution when a map click occurs.\n"],null,["# Map.onClick\n\n\u003cbr /\u003e\n\nRegisters a callback that's fired when the map is clicked.\n\n\u003cbr /\u003e\n\nReturns an ID which can be passed to unlisten() to unregister the callback.\n\n| Usage | Returns |\n|-------------------------|---------|\n| `Map.onClick(callback)` | String |\n\n| Argument | Type | Details |\n|------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `callback` | Function | The callback to fire when the map is clicked. The callback is passed an object containing the coordinates of the clicked point (with keys lon and lat) and the map widget. |"]]