ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ভিজ্যুয়ালাইজেশন পরামিতি। ইমেজ এবং ইমেজ কালেকশনের জন্য, বৈধ প্যারামিটারের জন্য ee.data.getMapId দেখুন। বৈশিষ্ট্য এবং বৈশিষ্ট্য সংগ্রহের জন্য, একমাত্র সমর্থিত কী হল "রঙ", একটি CSS 3.0 রঙের স্ট্রিং বা "RRGGBB" বিন্যাসে একটি হেক্স স্ট্রিং। eeObject একটি মানচিত্র ID হলে উপেক্ষা করা হয়।
name
স্ট্রিং, ঐচ্ছিক
স্তরটির নাম। ডিফল্ট "লেয়ার এন"।
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-24 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"]]