GeoCoordinates
टाइप का नाम: GeoCoordinate
स्ट्रक्चर्ड वैल्यू बढ़ाता है
नाम |
टाइप |
ब्यौरा |
elevation |
संख्या या टेक्स्ट |
किसी जगह की ऊंचाई. |
अक्षांश |
संख्या या टेक्स्ट |
किसी जगह का अक्षांश. उदाहरण के लिए, 37.42242 . |
देशांतर |
संख्या या टेक्स्ट |
किसी जगह का देशांतर. उदाहरण के लिए, -122.08585 . |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-04 (UTC) को अपडेट किया गया."],[[["`GeoCoordinates` stores the geographical location information, including latitude, longitude, and elevation."],["It uses `Number` or `Text` types to represent the elevation, latitude, and longitude values."],["`GeoCoordinates` extends the `StructuredValue` type, inheriting its properties and functionalities."]]],["The `GeoCoordinates` type, extending `StructuredValue`, defines geographical location data. It includes three properties: `elevation`, `latitude`, and `longitude`. Each of these properties can be represented as either a `Number` or `Text`. `latitude` and `longitude` specify the location's coordinates, for example, `37.42242` and `-122.08585`, respectively. `elevation` details the location's altitude.\n"]]