مکان های مورد علاقه برای این کلاس یا شی. در حال حاضر، از این مکان برای اعلانهای geofenced استفاده میشود. هنگامی که کاربر در شعاع تعیین شده ای از این lat/long باشد و در آنجا ساکن شود، Google یک اعلان را راه اندازی می کند. هنگامی که کاربر از این شعاع خارج می شود، اعلان پنهان می شود.
نمایندگی JSON
{"latitude": number,"longitude": number}
فیلدها
latitude
number
عرض جغرافیایی به عنوان هر مقداری در محدوده -90.0 تا +90.0 مشخص شده است، هر دو شامل. ارزش های خارج از این محدوده ها رد خواهند شد.
longitude
number
طول جغرافیایی مشخص شده در محدوده -180.0 تا +180.0، هر دو شامل. ارزش های خارج از این محدوده ها رد خواهند شد.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[],[],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. |"]]