GeoCoordinates
위도, 경도, 주소 등 위치의 지역 데이터입니다.
JSON 표현 |
{
"latitude": number,
"longitude": number,
// Union field addresses can be only one of the following:
"address": {
object (PostalAddress )
},
"unstructuredAddress": string
// End of list of possible types for union field addresses .
} |
필드 |
latitude |
number
위도입니다. (선택사항)
|
longitude |
number
경도입니다. (선택사항)
|
통합 필드 addresses 입니다. 위치의 주소이며, 구조화된 상태 또는 구조화되지 않은 상태입니다. addresses 는 다음 중 하나여야 합니다. |
address |
object (PostalAddress )
위치의 우편 주소입니다(선호됨).
|
unstructuredAddress |
string
구조화되지 않은 주소를 대체 주소로 제공할 수도 있습니다. 예: '1600 amphitheatre parkway mountain view, ca 94043'
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-18(UTC)
[null,null,["최종 업데이트: 2024-10-18(UTC)"],[[["The Geo data of a location includes latitude, longitude, and address, represented in JSON format."],["Address can be provided in a structured format using `address` field (PostalAddress object) or an unstructured format using `unstructuredAddress` field (string)."],["Latitude and longitude are represented as numbers in degrees and are optional fields within the Geo data."]]],[]]