Circle
LatLng가 중심 및 반경으로 설정된 원입니다.
JSON 표현 |
{
"center": {
object (LatLng )
},
"radius": number
} |
필드 |
center |
object (LatLng )
필수 항목입니다. 중앙 위도 및 경도입니다. 위도 범위는 [-90.0, 90.0] 이내여야 합니다. 경도의 범위는 [-180.0, 180.0] 이내여야 합니다.
|
radius |
number
필수 항목입니다. 미터 단위로 측정한 반경입니다. 반경은 [0.0, 50000.0] 이내여야 합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)
[null,null,["최종 업데이트: 2024-08-22(UTC)"],[[["Defines a circular area using a central point (LatLng) and a radius."],["Requires specifying the center's latitude and longitude within valid ranges."],["Requires a radius in meters, with a maximum limit."],["`center` and `radius` fields are mandatory for defining the circle."]]],["The JSON represents a circle defined by a `center` and `radius`. The `center` is a LatLng object, with latitude ranging from -90.0 to 90.0 and longitude from -180.0 to 180.0. The `radius`, a number representing meters, must be within the range of 0.0 to 50000.0. Both `center` and `radius` are required fields to represent the circle.\n"]]