Vị trí quan tâm cho lớp hoặc đối tượng này. Hiện tại, vị trí này được dùng cho thông báo khoanh vùng địa lý. Khi người dùng ở trong bán kính đã đặt của vĩ độ/kinh độ này và ở lại đó, Google sẽ kích hoạt thông báo. Khi người dùng rời khỏi bán kính này, thông báo sẽ bị ẩn.
Biểu diễn dưới dạng JSON
{"latitude": number,"longitude": number}
Trường
latitude
number
Vĩ độ được chỉ định là bất kỳ giá trị nào trong khoảng từ -90.0 đến +90.0, bao gồm cả hai giá trị đó. Các giá trị nằm ngoài các giới hạn này sẽ bị từ chối.
longitude
number
Kinh độ được chỉ định trong khoảng từ -180.0 đến +180.0, cả hai giá trị đều được tính. Các giá trị nằm ngoài các giới hạn này sẽ bị từ chối.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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. |"]]