GeoCoordinates
किसी जगह का भौगोलिक डेटा, जिसमें अक्षांश, देशांतर, और पता शामिल होते हैं.
JSON के काेड में दिखाना |
{
"latitude": number,
"longitude": number,
// Union field addresses can be only one of the following:
"address": {
object (PostalAddress )
},
"unstructuredAddress": string
// End of list of possible types for union field addresses .
} |
फ़ील्ड |
latitude |
number
अक्षांश, डिग्री में. (ज़रूरी नहीं)
|
longitude |
number
डिग्री में देशांतर. (ज़रूरी नहीं)
|
यूनियन फ़ील्ड addresses . किसी जगह का पता, स्ट्रक्चर्ड या अनस्ट्रक्चर्ड हो सकता है. addresses इनमें से कोई एक हो सकता है: |
address |
object (PostalAddress )
जगह का डाक पता, यह प्राथमिकता दी जाती है.
|
unstructuredAddress |
string
बिना स्ट्रक्चर वाले पते को भी फ़ॉलबैक के तौर पर दिया जा सकता है. उदाहरण के लिए, "1600 एंफ़ीथिएटर पार्कवे माउंटेन व्यू, कनाडा 94043"
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-18 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-18 (UTC) को अपडेट किया गया."],[[["The Geo data of a location includes latitude, longitude, and address, represented in JSON format."],["Address can be provided in a structured format using `address` field (PostalAddress object) or an unstructured format using `unstructuredAddress` field (string)."],["Latitude and longitude are represented as numbers in degrees and are optional fields within the Geo data."]]],[]]