GeoCoordinates
タイプ名: GeoCoordinates
StructuredValue を拡張します。
氏名 |
型 |
説明 |
elevation |
数値またはテキスト |
場所の高度。 |
緯度 |
数値またはテキスト |
場所の緯度。例: 37.42242 |
longitude |
数値またはテキスト |
場所の経度。例: -122.08585 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 2024-09-04 UTC。"],[[["`GeoCoordinates` stores the geographical location information, including latitude, longitude, and elevation."],["It uses `Number` or `Text` types to represent the elevation, latitude, and longitude values."],["`GeoCoordinates` extends the `StructuredValue` type, inheriting its properties and functionalities."]]],["The `GeoCoordinates` type, extending `StructuredValue`, defines geographical location data. It includes three properties: `elevation`, `latitude`, and `longitude`. Each of these properties can be represented as either a `Number` or `Text`. `latitude` and `longitude` specify the location's coordinates, for example, `37.42242` and `-122.08585`, respectively. `elevation` details the location's altitude.\n"]]