Località di interesse per questa classe o questo oggetto. Al momento, questa posizione viene utilizzata per le notifiche con recinto virtuale. Quando un utente si trova entro un raggio prestabilito di latitudine/longitudine e rimane lì, Google attiva una notifica. Quando un utente esce da questo raggio, la notifica viene nascosta.
Rappresentazione JSON
{"latitude": number,"longitude": number}
Campi
latitude
number
La latitudine specificata come qualsiasi valore compreso nell'intervallo da -90,0 a +90,0, inclusi. I valori che non rientrano in questi limiti verranno rifiutati.
longitude
number
La longitudine specificata nell'intervallo compreso tra -180,0 e +180,0, inclusi. I valori che non rientrano in questi limiti verranno rifiutati.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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. |"]]