現在、
Routes Preferred API は一部のお客様のみご利用いただけます。詳しくは、
営業担当者までお問い合わせください。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Location
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
場所(地理的位置、および省略可能な方角)をカプセル化します。
| JSON 表現 |
{
"latLng": {
object (LatLng)
},
"heading": integer
} |
| フィールド |
latLng |
object (LatLng)
地点の地理的座標。
|
heading |
integer
交通の流れの方向に関連付けられたコンパス方位。この値は、乗車場所と降車場所のどちら側かを指定します。方角の値は 0 ~ 360 の範囲で、0 は真北、90 は真東の向きを指定します。このフィールドは、DRIVE と TWO_WHEELER の交通手段でのみ使用できます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 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"]],["最終更新日 2025-08-31 UTC。"],[],["The content describes a location represented in JSON, which includes geographic coordinates (`latLng`) and an optional compass heading. `latLng` specifies the location's coordinates, while `heading` indicates the direction of traffic flow, relevant for `DRIVE` and `TWO_WHEELER` modes. The heading value ranges from 0 to 360, with 0 being North and 90 East. This structure defines a waypoint's location and directional context for specific travel modes.\n"]]