LatLng
위도/경도 쌍을 나타내는 객체로 위도(도)와 경도(도)를 나타내는 double의 쌍으로 표현됩니다. 달리 명시되지 않는 한 이 객체는 WGS84 표준을 준수해야 합니다. 값은 정규화된 범위 내에 있어야 합니다.
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 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)
[null,null,["최종 업데이트: 2024-08-22(UTC)"],[[["The latitude/longitude pair is represented as an object with `latitude` and `longitude` fields, both of which are numbers."],["`latitude` values must be within the range of -90.0 to +90.0 degrees, while `longitude` values must be within the range of -180.0 to +180.0 degrees, conforming to the WGS84 standard."],["This object represents a geographic coordinate using a pair of doubles to express latitude and longitude in degrees."]]],[]]