ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি GeoJSON বৈশিষ্ট্য বস্তু (RFC 7946 দেখুন) "টাইপ" নামের একটি ক্ষেত্রে স্ট্রিং "বৈশিষ্ট্য" ধারণকারী, "জ্যামিতি" নামের একটি ক্ষেত্রের জ্যামিতি, এবং "বৈশিষ্ট্য" নামের একটি ক্ষেত্রে কী/মান বৈশিষ্ট্য।
বৈশিষ্ট্যের জ্যামিতি। এই বৈশিষ্ট্যের জন্য জ্যামিতি উপস্থিত থাকলে এটিতে একটি google.protobuf.Struct থাকবে৷ অন্যথায়, এটি একটি google.protobuf.NullValue ধারণ করবে।
বৈশিষ্ট্য বৈশিষ্ট্য. এই বৈশিষ্ট্যের জন্য বৈশিষ্ট্য উপস্থিত থাকলে এতে একটি google.protobuf.Struct থাকবে৷ অন্যথায়, এটি একটি google.protobuf.NullValue ধারণ করবে।
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["Represents geographical features using a JSON object with \"type\", \"geometry\", and \"properties\" fields."],["The \"type\" field is always a string with the value \"Feature\"."],["Geometry and properties are stored in \"geometry\" and \"properties\" fields respectively, utilizing the `google.protobuf.Value` format."],["These fields will contain a `google.protobuf.Struct` if data is present and `google.protobuf.NullValue` if not."]]],["The core content describes a GeoJSON feature object structured with three fields: `type`, `geometry`, and `properties`. The `type` field always contains the string \"Feature\". The `geometry` field holds the feature's geometry data as a `google.protobuf.Struct` or `google.protobuf.NullValue`. The `properties` field stores key/value pairs as a `google.protobuf.Struct` or `google.protobuf.NullValue`. Both `geometry` and `properties` use the [Value](https://protobuf.dev/reference/protobuf/google.protobuf/#value) format.\n"]]