도형
유형 이름: GeoShape
StructuredValue를 확장함
이름 |
유형 |
설명 |
box |
텍스트 |
다각형은 시작 지점과 종료 지점이 동일한 지점 간 경로로 둘러싸인 영역입니다. 다각형은 첫 번째와 마지막 점이 동일한 4개 이상의 공백으로 구분된 점으로 표현됩니다. |
원 |
텍스트 |
원은 지정된 위도와 경도를 중심으로 하는 지정된 반경의 원형 지역입니다. 원은 쌍과 미터 단위의 반경으로 표현된 쌍으로 표현됩니다. |
elevation |
Number 또는 Text |
위치의 고도 |
선 |
텍스트 |
선은 2개 이상의 점으로 구성된 지점 간 경로입니다. 선은 공백으로 구분된 두 개 이상의 점 객체로 표현됩니다. |
polygon |
텍스트 |
다각형은 시작 지점과 종료 지점이 동일한 지점 간 경로로 둘러싸인 영역입니다. 다각형은 첫 번째와 마지막 점이 동일한 4개 이상의 공백으로 구분된 점으로 표현됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-03(UTC)
[null,null,["최종 업데이트: 2024-09-03(UTC)"],[[["`GeoShape` extends `StructuredValue` and provides ways to define geographical areas like circles, lines, and polygons."],["It uses properties like `box`, `circle`, `line`, and `polygon` with text values to represent shape data."],["`elevation` can be specified using either `Number` or `Text` type."],["`polygon` and `box` properties define an area enclosed by a series of points, with the first and last points being identical."],["`circle` represents a circular area with a specified radius centered at given coordinates."]]],["The `GeoShape` type defines geographical shapes. It includes properties for `box`, `circle`, `line`, and `polygon`, all represented as `Text`. A `box` and `polygon` are areas with the same start and end points and more than four points. A `line` represents a path with two or more points, while `circle` specifies a circular region with latitude, longitude, and radius. It also features `elevation`, which can be a `Number` or `Text`.\n"]]