এই শ্রেণী বা বস্তুর জন্য আগ্রহের অবস্থান। বর্তমানে, এই অবস্থানটি জিওফেন্সড বিজ্ঞপ্তির জন্য ব্যবহৃত হয়। যখন একজন ব্যবহারকারী এই ল্যাট/লং এর একটি সেট ব্যাসার্ধের মধ্যে থাকে এবং সেখানে বাস করে, তখন 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. |"]]