किसी जगह का भौगोलिक डेटा, जिसमें अक्षांश, देशांतर, और पता शामिल होते हैं.
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 इनमें से कोई एक हो सकता है:
[[["समझने में आसान है","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"]],["आखिरी बार 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."]]],[]]