メインコンテンツまでスキップ

ナビゲーション案内

NavigationInfoModel.maneuver で現在の経路案内を示すには、NavigationManeuver を使用します。利用しているナビゲーションサービスの案内を対応する列挙値に変換し、その raw value をナビゲーション情報に設定してください。

以下のアイコンは、アプリ側で案内内容を対応付けるためのイメージです。接続先デバイスに表示するデザインを指定するものではありません。

案内リファレンス

経路状態

経路の階層状態であり、具体的な方向転換を示すものではありません。

4
.none0x00

現在利用可能なナビゲーション指令はありません。

AIBudsNavigationManeuverNone
.start0x01

ターンバイターン案内を開始します。

AIBudsNavigationManeuverStart
.straight0x02

直進してください。

AIBudsNavigationManeuverStraight
.arrive0x0B

目的地に到着します。

AIBudsNavigationManeuverArrive

方向転換

軽微なカーブ、一般的なカーブ、急カーブ、Uターンなどの方向の変化を示します。

8
.slightLeft0x06

左前方へ進みます。

AIBudsNavigationManeuverSlightLeft
.slightRight0x03

右前方へ進みます。

AIBudsNavigationManeuverSlightRight
.left0x07

左折します。

AIBudsNavigationManeuverLeft
.right0x04

右折します。

AIBudsNavigationManeuverRight
.sharpLeft0x08

左に急カーブします。

AIBudsNavigationManeuverSharpLeft
.sharpRight0x05

右に急カーブします。

AIBudsNavigationManeuverSharpRight
.uTurnLeft0x09

左にUターンします。

AIBudsNavigationManeuverUTurnLeft
.uTurnRight0x0A

右にUターンします。

AIBudsNavigationManeuverUTurnRight

経路の接続と公共交通機関

車線の接続と、徒歩または公共交通機関での移動に関連する経路手順。

6
.mergeLeft0x0E

左に合流します。

AIBudsNavigationManeuverMergeLeft
.mergeRight0x0F

右に合流します。

AIBudsNavigationManeuverMergeRight
.stairsOrOverpass0x0C

階段または歩道橋を使用します。

AIBudsNavigationManeuverStairsOrOverpass
.stationPlatform0x0D

駅またはプラットフォームへ移動します。

AIBudsNavigationManeuverStationPlatform
.ferry0x1D

フェリーで航行を続けます。

AIBudsNavigationManeuverFerry
.stopWait0x1F

停止して待機してから進みます。

AIBudsNavigationManeuverStopWait

ラウンドアバウト

それぞれ、ラウンドアバウトへの進入、通過、退出を表します。

6
.roundaboutEnterLeft0x11

左にラウンドアバウトへ進入する。

AIBudsNavigationManeuverRoundaboutEnterLeft
.roundaboutEnterRight0x10

右にラウンドアバウトへ進入する。

AIBudsNavigationManeuverRoundaboutEnterRight
.roundaboutPassLeft0x12

左側に沿ってラウンドアバウトを通過する。

AIBudsNavigationManeuverRoundaboutPassLeft
.roundaboutPassRight0x13

右側に沿ってラウンドアバウトを通過する。

AIBudsNavigationManeuverRoundaboutPassRight
.roundaboutExitLeft0x15

左にラウンドアバウトから退出する。

AIBudsNavigationManeuverRoundaboutExitLeft
.roundaboutExitRight0x14

右にラウンドアバウトから退出する。

AIBudsNavigationManeuverRoundaboutExitRight

高速道路とトンネル

高速道路への進入と退出手順、およびトンネルの境界。

7
.highwayEnter0x16

高速道路へ進入する。

AIBudsNavigationManeuverHighwayEnter
.highwayExitNextLeft0x18

次の左側の出口から高速道路を退出する。

AIBudsNavigationManeuverHighwayExitNextLeft
.highwayExitNextRight0x17

次の右側の出口から高速道路を退出する。

AIBudsNavigationManeuverHighwayExitNextRight
.highwayExitLeft0x1A

左側の出口から高速道路を退出する。

AIBudsNavigationManeuverHighwayExitLeft
.highwayExitRight0x19

右側の出口から高速道路を退出する。

AIBudsNavigationManeuverHighwayExitRight
.tunnelEnter0x1B

トンネルへ進入する。

AIBudsNavigationManeuverTunnelEnter
.tunnelExit0x1C

トンネルから退出する。

AIBudsNavigationManeuverTunnelExit

raw value(生の値) 0x1E 現在公開されている列挙型に定義されていません。

デバイスに送信するナビゲーション情報へ案内を含める方法は、ナビゲーション情報を送信を参照してください。