ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ui.Map.CloudStorageLayer
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
UI.Map-এ প্রদর্শনের জন্য ক্লাউড স্টোরেজ টাইলস থেকে তৈরি একটি স্তর।
ব্যবহার | রিটার্নস | ui.Map.CloudStorageLayer(bucket, path, maxZoom, suffix , name , shown , opacity ) | ui.Map.CloudStorageLayer |
যুক্তি | টাইপ | বিস্তারিত | bucket | স্ট্রিং | যে বালতিতে টাইলস রয়েছে। |
path | স্ট্রিং | এই স্তর এর টাইলস পাথ, বালতি আপেক্ষিক. একটি ট্রেলিং "/" ঐচ্ছিক। |
maxZoom | সংখ্যা | সর্বাধিক জুম স্তর যার জন্য টাইলস আছে৷ |
suffix | স্ট্রিং, ঐচ্ছিক | টাইল সোর্স ফাইল প্রত্যয়, যদি থাকে। |
name | স্ট্রিং, ঐচ্ছিক | স্তরটির নাম। |
shown | বুলিয়ান, ঐচ্ছিক | স্তরটি প্রাথমিকভাবে দেখানো হয়েছে কিনা। ডিফল্ট থেকে সত্য। |
opacity | নম্বর, ঐচ্ছিক | স্তরটির অস্বচ্ছতা 0 এবং 1 এর মধ্যে একটি সংখ্যা হিসাবে উপস্থাপিত। ডিফল্ট 1 থেকে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eCreates a map layer from Cloud Storage tiles for display on a ui.Map.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes a bucket and path to locate tiles, specifying maximum zoom level.\u003c/p\u003e\n"],["\u003cp\u003eAllows customization of file suffix, layer name, visibility, and opacity.\u003c/p\u003e\n"]]],[],null,["# ui.Map.CloudStorageLayer\n\n\u003cbr /\u003e\n\nA layer generated from Cloud Storage tiles for display on a ui.Map.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------------------------------------------------------|--------------------------|\n| `ui.Map.CloudStorageLayer(bucket, path, maxZoom, `*suffix* `, `*name* `, `*shown* `, `*opacity*`)` | ui.Map.CloudStorageLayer |\n\n| Argument | Type | Details |\n|-----------|-------------------|-------------------------------------------------------------------------------------|\n| `bucket` | String | The bucket that contains the tiles. |\n| `path` | String | The path to this layer's tiles, relative to the bucket. A trailing \"/\" is optional. |\n| `maxZoom` | Number | The maximum zoom level for which there are tiles. |\n| `suffix` | String, optional | The tile source file suffix, if any. |\n| `name` | String, optional | The name of the layer. |\n| `shown` | Boolean, optional | Whether the layer is initially shown. Defaults to true. |\n| `opacity` | Number, optional | The layer's opacity represented as a number between 0 and 1. Defaults to 1. |"]]