MerchantLocation
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 클래스 또는 객체에 관심이 있는 위치입니다. 현재 이 위치는 지오펜싱 알림에 사용됩니다. 사용자가 이 위도/경도의 설정된 반경 내에 있고 해당 위치에 머무르면 Google에서 알림을 트리거합니다. 사용자가 이 반경을 벗어나면 알림이 숨겨집니다.
JSON 표현 |
{
"latitude": number,
"longitude": number
} |
필드 |
latitude |
number
-90.0에서 +90.0 범위의 값으로 지정되는 위도입니다. 이 범위를 벗어나는 값은 거부됩니다.
|
longitude |
number
-180.0에서 +180.0 범위의 값으로 지정되는 경도입니다. 이 범위를 벗어나는 값은 거부됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 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. |"]]