Bu sınıf veya nesne için ilgi çekici konumlar. Bu konum şu anda coğrafi sınıra dayalı bildirimler için kullanılmaktadır. Bir kullanıcı bu enlem/boylamla belirlenen yarıçap içindeyken ve orada sabit durduğunda Google bir bildirim tetikler. Kullanıcı bu yarıçaptan çıktığında bildirim gizlenir.
JSON gösterimi
{"latitude": number,"longitude": number}
Alanlar
latitude
number
-90,0 ile +90,0 aralığındaki herhangi bir değer olarak belirtilen enlem. Bu sınırların dışındaki değerler reddedilir.
longitude
number
-180,0 ile +180,0 aralığında (her ikisi de dahil) belirtilen boylam. Bu sınırların dışındaki değerler reddedilir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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. |"]]