सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
FeatureVisualizationParameters|ImageVisualizationParameters, ज़रूरी नहीं
विज़ुअलाइज़ेशन पैरामीटर. Images और ImageCollection के लिए, मान्य पैरामीटर देखने के लिए ee.data.getMapId देखें. Features और FeatureCollections के लिए, सिर्फ़ "color" कुंजी का इस्तेमाल किया जा सकता है. इसे CSS 3.0 के रंग की स्ट्रिंग या "RRGGBB" फ़ॉर्मैट में हेक्स स्ट्रिंग के तौर पर इस्तेमाल किया जा सकता है. अगर eeObject, मैप आईडी है, तो इस पर ध्यान न दें.
name
स्ट्रिंग, ज़रूरी नहीं
लेयर का नाम. डिफ़ॉल्ट रूप से, इसे "लेयर N" पर सेट किया जाता है.
shown
बूलियन, ज़रूरी नहीं
इस फ़्लैग से पता चलता है कि लेयर डिफ़ॉल्ट रूप से चालू होनी चाहिए या नहीं.
opacity
नंबर, ज़रूरी नहीं
लेयर की ओपैसिटी को 0 और 1 के बीच की संख्या के तौर पर दिखाया जाता है. डिफ़ॉल्ट वैल्यू 1 होती है.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["`Map.addLayer()` overlays Earth Engine objects like images and features onto the map as a new layer."],["Visualization parameters can be customized using the `visParams` argument to control how the layer is displayed."],["This function accepts Earth Engine objects (like Image, FeatureCollection, Geometry), visualization parameters, layer name, visibility, and opacity as arguments."],["The function returns the added map layer as a `ui.Map.Layer` object, which can be further manipulated."],["Pre-styled images or those with inherent visualization can be added by setting `visParams` to null."]]],["The `Map.addLayer` function adds an Earth Engine object to a map as a layer, returning the new `ui.Map.Layer`. It accepts an `eeObject` (Collection, Feature, Image, or RawMapId), optional `visParams` for visualization, `name` for the layer's label, `shown` (boolean) to set default visibility, and `opacity` (0-1). Visualization parameters vary by object type; `color` is the only supported parameter for Features, while Images support `bands`, `min`, `max`, and `palette`. ImageCollections are mosaicked, and the last images take precedence.\n"]]