LatLng
緯度と経度のペアを表すオブジェクト。これは緯度を表す倍精度値と経度を表す倍精度値のペアで表現されます。特に明記されていない限り、このオブジェクトは WGS84 規格に準拠する必要があります。値は正規化範囲内で指定する必要があります。
JSON 表現 |
{
"latitude": number,
"longitude": number
} |
フィールド |
latitude |
number
緯度(度単位)。範囲 [-90.0, +90.0] 内になければなりません。
|
longitude |
number
経度(度単位)。範囲 [-180.0, +180.0] 内になければなりません。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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."]]],[]]