LatLongPoint
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"kind": string,
"latitude": number,
"longitude": number
} |
フィールド |
kind (deprecated) |
string
リソースの種類を指定します。値: 固定文字列 "walletobjects#latLongPoint" 。
|
latitude |
number
-90.0 ~+90.0 の範囲(両端を含む)として指定された緯度。この範囲外の値は不承認となります。
|
longitude |
number
-180.0 ~+180.0 の範囲(両端を含む)で指定された経度。この範囲外の値は不承認となります。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The JSON object represents a geographical point with `latitude` and `longitude` coordinates. Latitude must be a number between -90.0 and 90.0, while longitude must be between -180.0 and 180.0. A deprecated `kind` field, fixed to \"walletobjects#latLongPoint\", is included but should not be used. These fields define the location and ensure it falls within valid geographic boundaries.\n"],null,[]]