Package google.type
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
LatLng
緯度と経度のペアを表すオブジェクト。これは緯度を表す倍精度値と経度を表す倍精度値のペアで表現されます。特に明記されていない限り、このオブジェクトは WGS84 規格に準拠する必要があります。値は正規化範囲内で指定する必要があります。
フィールド |
latitude |
double
緯度(度単位)。範囲 [-90.0, +90.0] 内になければなりません。
|
longitude |
double
経度(度単位)。範囲 [-180.0, +180.0] 内になければなりません。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-24 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-07-24 UTC。"],[[["LatLng is a message type representing a latitude/longitude pair using a pair of doubles conforming to the WGS84 standard."],["Latitude values must be within -90.0 and +90.0 degrees, while longitude values must be within -180.0 and +180.0 degrees."]]],["The core content describes the `LatLng` object, which represents a latitude/longitude pair using double values for degrees. It adheres to the WGS84 standard and requires values within normalized ranges. The `latitude` field must be within -90.0 to +90.0, and the `longitude` field must be within -180.0 to +180.0, both in degrees. It specifies it is used as `google.type.LatLng` in reference to tasks.\n"]]