Lokalizacje interesujące w przypadku tej klasy lub tego obiektu. Obecnie ta lokalizacja jest używana do wysyłania powiadomień na podstawie geoogrodzenia. Gdy użytkownik znajdzie się w określonym promieniu od tych współrzędnych i pozostanie w tym miejscu, Google wyśle powiadomienie. Gdy użytkownik opuści ten promień, powiadomienie zostanie ukryte.
Zapis JSON
{"latitude": number,"longitude": number}
Pola
latitude
number
Szerokość geograficzna określona jako dowolna wartość z zakresu od -90,0 do +90,0 włącznie. Wartości spoza tego zakresu będą odrzucane.
longitude
number
Długość geograficzna określona w zakresie od -180,0 do +180,0 włącznie. Wartości spoza tego zakresu będą odrzucane.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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. |"]]