Son las ubicaciones de interés para esta clase o este objeto. Actualmente, esta ubicación se usa para las notificaciones de geovallado. Cuando un usuario se encuentra dentro de un radio establecido de esta latitud/longitud y permanece allí, Google activará una notificación. Cuando un usuario salga de este radio, se ocultará la notificación.
Representación JSON
{"latitude": number,"longitude": number}
Campos
latitude
number
La latitud especificada como cualquier valor entre -90.0 y +90.0 inclusive. Se rechazarán los valores fuera de estos límites.
longitude
number
Es la longitud especificada en el rango de -180.0 a +180.0 inclusive. Se rechazarán los valores fuera de estos límites.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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. |"]]