מיקומים שמעניינים את הכיתה או את האובייקט. נכון לעכשיו, המיקום הזה משמש לקבלת התראות לגבי אזורים מגודרים. כשמשתמש נמצא ברדיוס מוגדר של קו הרוחב/קו האורך הזה, ומשהה שם, 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. |"]]