इस क्लास या ऑब्जेक्ट के लिए दिलचस्पी की जगहें. फ़िलहाल, इस जगह की जानकारी का इस्तेमाल, जगह के हिसाब से सूचनाएं पाने की सुविधा के लिए किया जाता है. जब कोई उपयोगकर्ता इस अक्षांश/देशांतर की तय सीमा के अंदर होगा और वहां रुकेगा, तो Google एक सूचना ट्रिगर करेगा. जब कोई उपयोगकर्ता इस दायरे से बाहर निकल जाएगा, तब सूचना छिप जाएगी.
JSON के काेड में दिखाना
{"latitude": number,"longitude": number}
फ़ील्ड
latitude
number
अक्षांश की वैल्यू, -90.0 से लेकर +90.0 के बीच होनी चाहिए. इन सीमाओं से बाहर की वैल्यू अस्वीकार कर दी जाएंगी.
longitude
number
देशांतर, -180.0 से +180.0 के बीच होना चाहिए. इन सीमाओं से बाहर की वैल्यू अस्वीकार कर दी जाएंगी.
[[["समझने में आसान है","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-25 (UTC) को अपडेट किया गया."],[],[],null,["# MerchantLocation\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nLocations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.\n\n| JSON representation |\n|-----------------------------------------------------|\n| ``` { \"latitude\": number, \"longitude\": number } ``` |\n\n| Fields ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `latitude` | `number` The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected. |\n| `longitude` | `number` The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected. |"]]