ジオシェイプ
タイプ名: GeoShape
StructuredValue を拡張します。
氏名 |
型 |
説明 |
box |
テキスト |
ポリゴンとは、始点と終点が同じポイントツーポイント パスで囲まれた領域です。ポリゴンは、最初のポイントと最後のポイントが同一である、4 つ以上のスペース区切りのポイントのセットとして表現されます。 |
円 |
テキスト |
円は指定された半径の円形領域で、指定された緯度と経度の中心になります。円は、ペアの半径をメートル単位で表します。 |
elevation |
数値またはテキスト |
場所の高度。 |
線 |
テキスト |
ラインは、複数のポイントで構成されるポイントツーポイント パスです。線は、スペースで区切られた 2 点以上の点の集合として表現されます。 |
polygon |
テキスト |
ポリゴンとは、始点と終点が同じポイントツーポイント パスで囲まれた領域です。ポリゴンは、最初のポイントと最後のポイントが同一である、4 つ以上のスペース区切りのポイントのセットとして表現されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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"]]