भौगोलिक शेप
टाइप का नाम: GeoShape
स्ट्रक्चर्ड वैल्यू बढ़ाता है
नाम |
टाइप |
ब्यौरा |
बॉक्स |
टेक्स्ट |
बहुभुज वह क्षेत्र है जो एक बिंदु-से-बिंदु पथ के भीतर होता है जिसके लिए प्रारंभ और अंतिम बिंदु समान होते हैं. पॉलीगॉन को चार या उससे ज़्यादा स्पेस डीलिमिटेड पॉइंट की सीरीज़ के रूप में दिखाया जाता है. इसमें, पहले और आखिरी पॉइंट एक जैसे होते हैं. |
गोल |
टेक्स्ट |
सर्कल, खास दायरे का एक सर्कल होता है, जो खास अक्षांश और देशांतर पर केंद्रित होता है. किसी सर्कल को जोड़े के तौर पर दिखाया जाता है. इसके बाद, मीटर में त्रि ज्या डाला जाता है. |
elevation |
संख्या या टेक्स्ट |
किसी जगह की ऊंचाई. |
पंक्ति |
टेक्स्ट |
लाइन, पॉइंट-टू-पॉइंट पाथ होती है. इसमें दो या उससे ज़्यादा पॉइंट होते हैं. लाइन को दो या उससे ज़्यादा पॉइंट ऑब्जेक्ट की सीरीज़ के तौर पर दिखाया जाता है. इन ऑब्जेक्ट को स्पेस से अलग किया जाता है. |
पॉलीगॉन |
टेक्स्ट |
बहुभुज वह क्षेत्र है जो एक बिंदु-से-बिंदु पथ के भीतर होता है जिसके लिए प्रारंभ और अंतिम बिंदु समान होते हैं. पॉलीगॉन को चार या उससे ज़्यादा स्पेस डीलिमिटेड पॉइंट की सीरीज़ के रूप में दिखाया जाता है. इसमें, पहले और आखिरी पॉइंट एक जैसे होते हैं. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया."],[[["`GeoShape` extends `StructuredValue` and provides ways to define geographical areas like circles, lines, and polygons."],["It uses properties like `box`, `circle`, `line`, and `polygon` with text values to represent shape data."],["`elevation` can be specified using either `Number` or `Text` type."],["`polygon` and `box` properties define an area enclosed by a series of points, with the first and last points being identical."],["`circle` represents a circular area with a specified radius centered at given coordinates."]]],["The `GeoShape` type defines geographical shapes. It includes properties for `box`, `circle`, `line`, and `polygon`, all represented as `Text`. A `box` and `polygon` are areas with the same start and end points and more than four points. A `line` represents a path with two or more points, while `circle` specifies a circular region with latitude, longitude, and radius. It also features `elevation`, which can be a `Number` or `Text`.\n"]]