सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक ज़रूरी फ़ंक्शन है. यह मैप आईडी और वैकल्पिक टोकन दिखाता है. यह मैप ओवरले जनरेट करने के लिए सही है.
यह एक ऐसा ऑब्जेक्ट दिखाता है जिसे ee.data.getTileUrl या ui.Map.addLayer को पास किया जा सकता है. अगर कॉलबैक तय किया गया था, तो इसकी वैल्यू तय नहीं की जाती.
इस्तेमाल
रिटर्न
Image.getMap(visParams, callback)
MapId|Object
आर्ग्यूमेंट
टाइप
विवरण
यह: image
इमेज
Image इंस्टेंस.
visParams
ImageVisualizationParameters, ज़रूरी नहीं
विज़ुअलाइज़ेशन पैरामीटर.
callback
फ़ंक्शन, ज़रूरी नहीं है
एसिंक्रोनस कॉलबैक. अगर यह पैरामीटर नहीं दिया जाता है, तो कॉल सिंक्रोनस तरीके से किया जाता है.
[[["समझने में आसान है","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-07-26 (UTC) को अपडेट किया गया."],[[["`Image.getMap` generates a map ID and optional token for creating map overlays from Earth Engine images."],["The function returns an object usable with `ee.data.getTileUrl` or `ui.Map.addLayer` for displaying the image on a map, unless an asynchronous callback is provided."],["Visualization parameters can optionally be specified to control the image's appearance on the map overlay."]]],["The `Image.getMap` function generates a map overlay's ID and an optional token. It accepts an Image instance, optional visualization parameters, and an optional asynchronous callback function. If a callback is provided, the function doesn't return a value; otherwise, it synchronously returns either a MapId or an object that can be used for generating a tile URL or adding a layer to a map. Visualization parameters define how the image will be displayed.\n"]]