MerchantLocation
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מיקומים שמעניינים את הכיתה או את האובייקט. נכון לעכשיו, המיקום הזה משמש לקבלת התראות לגבי אזורים מגודרים. כשמשתמש נמצא ברדיוס מוגדר של קו הרוחב/קו האורך הזה, ומשהה שם, Google תפעיל התראה. כשמשתמש יוצא מהרדיוס הזה, ההתראה תוסתר.
ייצוג ב-JSON |
{
"latitude": number,
"longitude": number
} |
שדות |
latitude |
number
קו הרוחב שצוין כערך כלשהו בטווח שבין -90.0 ל-90.0, כולל. ערכים מחוץ לגבולות האלה יידחו.
|
longitude |
number
קו האורך שצוין בטווח -180.0 עד +180.0, כולל. ערכים מחוץ לגבולות האלה יידחו.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]