JP2009156656A - Map display apparatus and program - Google Patents

Map display apparatus and program Download PDF

Info

Publication number
JP2009156656A
JP2009156656A JP2007333554A JP2007333554A JP2009156656A JP 2009156656 A JP2009156656 A JP 2009156656A JP 2007333554 A JP2007333554 A JP 2007333554A JP 2007333554 A JP2007333554 A JP 2007333554A JP 2009156656 A JP2009156656 A JP 2009156656A
Authority
JP
Japan
Prior art keywords
link
matching
tracing
screen
next candidate
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2007333554A
Other languages
Japanese (ja)
Other versions
JP5004019B2 (en
Inventor
Kazuhiro Kamiya
和宏 神谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Aisin AW Co Ltd
Original Assignee
Aisin AW Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Aisin AW Co Ltd filed Critical Aisin AW Co Ltd
Priority to JP2007333554A priority Critical patent/JP5004019B2/en
Publication of JP2009156656A publication Critical patent/JP2009156656A/en
Application granted granted Critical
Publication of JP5004019B2 publication Critical patent/JP5004019B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To make a user know whether matching or mismatching is completed in the early stage as possible, reduce wasted tracing operations, efficiently implement a matching process, and reduce the number of mismatching. <P>SOLUTION: A map display apparatus for displaying a route comprises: an information storing means (3) for storing road map data including a link for connecting nodes; a display means (6) for reading the road map data stored in the information storing means, and displaying it on a road map; a tracing mode selecting means (4a) for designating use of tracing on a screen in a route designation; a matching process means (4b) for obtaining a coordinate traced in a tracing mode, and matching the traced coordinate with the link; and a control means (4c) for controlling the matching process, and predicting and guiding a next candidate link intended by a user when it determines that the matching is completed. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は道路地図表示画面上のなぞり操作によりユーザの意図する経路を表示する地図
表示装置及びプログラムに関する。
The present invention relates to a map display device and a program for displaying a route intended by a user by a tracing operation on a road map display screen.

従来、地図表示画面上の道路を指などでトレースし、トレースした軌跡を通過経路とし
て指定し、指定された通過経路を用いることでユーザの意図に合わせた経路探索を行うよ
うにしたナビゲーション装置が提案されている(特許文献1)。
特開2000−111354
Conventionally, a navigation device that traces a road on a map display screen with a finger or the like, designates the traced trajectory as a passage route, and performs a route search according to the user's intention by using the designated passage route. It has been proposed (Patent Document 1).
JP2000-111354A

特許文献1では、ユーザによりなぞられた座標とリンク(道路)のマッチングは、単純
にその座標がどのリンクに近いかで行っている。しかし、ユーザにとってはなぞり操作が
進行したときマッチングがとれたのか否かが分からず、そのため誤マッチングのままなぞ
り操作が進められてしまう可能性がある。
In Patent Document 1, the matching between the coordinates traced by the user and the link (road) is simply performed according to which link the coordinates are close to. However, for the user, it is not known whether or not matching has been achieved when the tracing operation has progressed, and therefore, there is a possibility that the tracing operation will be advanced with incorrect matching.

また、ユーザによるなぞり操作がリンクの途中まで行われ、既に1つのリンクを十分に
特定できた場合でも、当該リンクの次のノードに着くまでのなぞられた座標の取得は、特
定できたリンクとマッチング処理が行われるため無駄である。そのためマッチング処理が
効率的におこなわれないとともに、リンクが複数近接する場合には、特定済みリンクの終
端ノード付近でのなぞられた座標の取得はかえって誤マッチングを起こすことも考えられ
る。
In addition, even when the user performs a tracing operation halfway through a link and a single link has already been sufficiently identified, the acquisition of the traced coordinates until reaching the next node of the link is performed with the identified link. Since matching processing is performed, it is useless. For this reason, the matching process is not performed efficiently, and when a plurality of links are close to each other, it is conceivable that acquisition of the traced coordinates in the vicinity of the end node of the specified link may cause an incorrect matching.

本発明は上記課題を解決しようとするもので、マッチングがとれたか、誤マッチングか
をできるだけ早い段階でユーザに分からせるとともに、無駄ななぞり操作を減らし、マッ
チング処理を効率よくして誤マッチングを減少させることを目的とする。
本発明は、経路を表示する地図表示装置において、ノード間を接続するリンクを含む道路
地図データを記憶した情報記憶手段と、前記情報記憶手段に記憶された道路地図データを
読み出して道路地図を表示する表示手段と、経路指定において画面上のなぞりを用いるこ
とを指定するなぞりモード選択手段と、なぞりモードにおいてなぞられた座標を取得し、
なぞられた座標とリンクとのマッチングをとるマッチング処理手段と、マッチング処理を
制御し、マッチングがとれたと判断したときユーザの意図する次候補リンクを予測して案
内する制御手段とを備えたことを特徴とする。
また、本発明は、経路を表示する地図表示装置を制御するプログラムにおいて、情報記憶
手段に記憶された道路地図データを読み出して道路地図を表示するステップ、表示された
道路地図上におけるなぞり操作を検知し、なぞられた座標を取得するステップ、取得した
なぞられた座標とリンクとのマッチングをとるステップ、マッチングがとれたと判断した
ときユーザの意図する次候補リンクを予測して案内するステップをコンピュータに実行さ
せることを特徴とする。
The present invention is intended to solve the above-mentioned problems, and allows the user to know whether matching is possible or incorrect matching at the earliest possible stage, reduces unnecessary tracing operations, improves matching processing, and reduces erroneous matching. The purpose is to let you.
The present invention provides a map display device for displaying a route, an information storage means storing road map data including links connecting nodes, and a road map displayed by reading the road map data stored in the information storage means. Display means to perform, trace mode selection means for specifying that the trace on the screen is used for route specification, and coordinates traced in the trace mode,
Matching processing means for matching the traced coordinates and links, and control means for controlling the matching processing and predicting and guiding the next candidate link intended by the user when it is determined that the matching has been achieved. Features.
According to the present invention, in a program for controlling a map display device that displays a route, a step of reading road map data stored in the information storage means and displaying a road map, and a tracing operation on the displayed road map are detected. The step of acquiring the traced coordinates, the step of matching the acquired traced coordinates with the link, and the step of predicting and guiding the next candidate link intended by the user when it is determined that the match has been taken to the computer It is made to perform.

本発明は、マッチングがとれたか、誤マッチングかをできるだけ早い段階でユーザに分
からせるるとともに、無駄ななぞり操作を減らし、マッチング処理を効率よくして誤マッ
チングを減少させることができる。
According to the present invention, it is possible for the user to know whether matching is possible or incorrect matching at the earliest possible stage, reduce unnecessary tracing operations, improve matching processing, and reduce erroneous matching.

以下、本発明の実施の形態について説明する。
図1は本実施形態に係る地図表示装置として、例えば、ナビゲーション装置を例にとって
説明するブロック図である。出発地や目的地、車両サイズ等の情報を入力するキーボード
、マウス、タッチパネル、操作キー等からなる入力装置1、車両の現在位置に関する情報
を検出する現在位置検出装置2、ノード間を接続するリンクを含む道路地図データ、交差
点データ、経路の探索に必要なナビゲーション用データ、経路案内に必要な表示/音声の
案内データ、さらに地図の表示、経路探索、音声案内等の案内を行うためのプログラム(
アプリケーション及び/又はOS)等を記憶した情報記憶装置3、経路指定において画面
上のなぞりを用いることを指定するなぞりモード選択手段4a、なぞりモードにおいてな
ぞられた座標を取得し、なぞられた座標とリンクとのマッチングをとるマッチング処理手
段4b、マッチング処理を制御し、マッチングがとれたと判断したときユーザの意図する
次候補リンクを予測して案内する制御手段4cを備え、ナビゲータ処理手段として地図の
表示処理、経路探索処理、経路案内に必要な表示/音声案内処理、さらにシステム全体の
制御を行う中央処理装置4、車両の走行に関する情報である、例えば道路情報、交通情報
を送受信したり、車両の現在位置に関する情報を検出したり、さらに現在位置に関する情
報を送受信したりする情報送受信装置5、経路案内に関する情報を出力するディスプレイ
やスピーカその他の出力装置6から構成されている。
Embodiments of the present invention will be described below.
FIG. 1 is a block diagram illustrating an example of a navigation device as a map display device according to the present embodiment. Input device 1 composed of a keyboard, mouse, touch panel, operation keys, etc. for inputting information such as the starting point, destination, vehicle size, etc., current position detecting device 2 for detecting information on the current position of the vehicle, and a link connecting nodes Including road map data, intersection data, navigation data necessary for route search, display / audio guidance data necessary for route guidance, and a program for performing map display, route search, voice guidance, etc. (
The information storage device 3 storing the application and / or OS), the tracing mode selection means 4a for designating the use of the tracing on the screen in routing, the coordinates traced in the tracing mode are obtained, Matching processing means 4b for matching with a link, control means 4c for controlling matching processing and predicting and guiding the next candidate link intended by the user when it is determined that matching is achieved, and displaying a map as navigator processing means Processing, route search processing, display / voice guidance processing necessary for route guidance, and central processing unit 4 that controls the entire system, information related to vehicle travel, such as road information and traffic information, Information transmission that detects information related to the current position and transmits / receives information related to the current position. Communication apparatus 5, and a display and a speaker other output device 6 for outputting information on route guidance.

図2は本実施形態の全体の流れを説明する図である。
出発地と目的地を設定してダイクストラ法などの手法により経路探索コストを算出し、コ
ストが最小となるような経路を探索することが行われているが、本実施形態ではなぞりモ
ードの選択が可能であり、なぞりモードを選択し、案内画面に表示された道路地図上を指
などでなぞることにより経路を指定して探索を行う。そのため、なぞり経路探索する始点
ノードと終点ノードを選択し(ステップS1)、指などでなぞるなぞり動作を開始し(ス
テップS2)、始点ノードから出るリンクを候補リンクに決定する(ステップS3)。次
いで、ステップS4、ステップS5をループし、なぞられた座標とリンクとのマッチング
(ステップS4)、マッチングしたリンクの先ノードはなぞり経路探索の終点ノードか否
かの判断(ステップS5)を行い、終点ノードまでなぞられた座標とリンクとのマッチン
グを行って処理を終了する。なお、上記説明では、なぞり動作の開始から終了までの説明
上、便宜的に始点ノードと終点ノードを選択するようにしたが、なぞった座標はシステム
で検知するので、始点ノードと終点ノードを決定せずになぞり動作を行い、リンクとのマ
ッチングをとるようにしてもよいことは言うまでもない。
FIG. 2 is a diagram for explaining the overall flow of this embodiment.
A route search cost is calculated by a method such as the Dijkstra method by setting a starting point and a destination, and a route that minimizes the cost is searched. In this embodiment, the tracing mode is selected. It is possible to select a tracing mode and perform a search by specifying a route by tracing with a finger etc. on the road map displayed on the guidance screen. Therefore, the starting point node and the ending point node to be searched for a tracing route are selected (step S1), the tracing operation with a finger or the like is started (step S2), and the link exiting from the starting point node is determined as a candidate link (step S3). Next, step S4 and step S5 are looped to match the traced coordinate with the link (step S4), and whether the destination node of the matched link is the end point node of the trace route search (step S5), Matching the coordinates traced to the end point node and the link is performed, and the process is terminated. In the above explanation, for the explanation from the start to the end of the tracing operation, the start point node and the end point node are selected for convenience. However, since the traced coordinates are detected by the system, the start point node and the end point node are determined. Needless to say, the tracing operation may be performed without matching, and matching with the link may be performed.

図3、図4はなぞられた座標とリンクとのマッチング処理フローを示す図である。
図3において、まず、なぞられた座標を取得する(ステップS11)。例えば、図5(a
)に示すように、リンクL0からリンクL1に沿ってなぞり操作が行われ、そのトレース
がT0であるとすると、トレースT0の座標を所定の間隔でサンプリングして取得する。
次いで、取得した座標とリンクL1とのマッチング処理を行う(ステップS12)。この
場合、リンクL0は既にマッチングが終了し確定した経路リンクであり、元ノードN1、
先ノードN2間のリンクL1が候補リンクである。次いで、なぞり操作が候補リンクL1
の先ノードN2付近に到達したか否か判断し(ステップS13)、候補リンクの先ノード
付近に到達したと判断できた場合には、最もマッチングしている候補リンク、この例では
リンクL1を経路リンクに決定する(ステップS14)。候補リンクの先ノード付近に到
達していない場合は、リンクを十分に特定できる程度にマッチングしたか否か判断し(ス
テップS15)、リンクを十分に特定できたと判断できない場合には、ステップS11に
戻って上記処理を繰り返す。ステップS15においてリンクを十分特定できた場合には、
図4で示す処理に移行する。
3 and 4 are diagrams showing a matching processing flow between the traced coordinate and the link.
In FIG. 3, first, the traced coordinates are acquired (step S11). For example, FIG.
As shown in (2), if the tracing operation is performed from the link L0 along the link L1 and the trace is T0, the coordinates of the trace T0 are obtained by sampling at a predetermined interval.
Next, a matching process between the acquired coordinates and the link L1 is performed (step S12). In this case, the link L0 is a route link that has already been matched and confirmed, and the original node N1,
The link L1 between the previous nodes N2 is a candidate link. Next, the tracing operation is a candidate link L1.
It is determined whether or not the destination node near the destination node N2 has been reached (step S13), and if it can be determined that the destination link has arrived near the destination node, the most likely candidate link, in this example, the link L1 is routed. A link is determined (step S14). If it has not reached the vicinity of the destination node of the candidate link, it is determined whether or not the link is sufficiently matched (step S15). If it cannot be determined that the link has been sufficiently specified, the process goes to step S11. Return and repeat the above process. If the link can be specified sufficiently in step S15,
The process proceeds to the process shown in FIG.

図4において、先ノードN2付近には到達していないが、リンクを十分に特定できる程
度にマッチングがとれたと判断した場合には、候補リンクL1の次候補リンクを決定する
(ステップS21)。例えば、図5(b)に示すように、なぞりの到達点Pが先ノードN
2より手前であっても、リンクL1が十分に特定できる程度にマッチングがとれた場合、
マッチングしたリンクと、次候補リンクに色を付加し(ステップS22)、次候補リンク
へ向かう矢印を表示する(ステップS23)。この次候補リンクの色の付加と矢印とによ
る予測表示により、ユーザのなぞり操作を次候補リンクへ向けさせる。図5(b)の例で
説明すると、ここでは色を付加する代わりに、破線、線の太さで次候補リンクを表示して
いる。マッチングがとれたリンクがL1で、次候補リンクは先ノードN2を元ノードとす
る破線で示すリンクL2、太線で示すリンクL3、L4である。予測表示する時点でのな
ぞり操作の到達点をPとすると、到達点Pから各次候補リンクへ向かう矢印A1、A2、
A3を表示する。図の軌跡T1は次候補リンクを予測表示した後のなぞり操作の軌跡であ
る。
In FIG. 4, although it has not reached the vicinity of the previous node N2, if it is determined that matching has been achieved to such an extent that the link can be specified sufficiently, the next candidate link of the candidate link L1 is determined (step S21). For example, as shown in FIG. 5 (b), the tracing arrival point P is the destination node N.
Even if it is before 2, if the matching is taken to the extent that the link L1 can be specified sufficiently,
A color is added to the matched link and the next candidate link (step S22), and an arrow toward the next candidate link is displayed (step S23). The user's tracing operation is directed to the next candidate link by adding the color of the next candidate link and predictive display using an arrow. In the example of FIG. 5B, here, instead of adding a color, the next candidate link is displayed with a broken line and a line thickness. The matched link is L1, and the next candidate links are the link L2 indicated by a broken line with the previous node N2 as the original node, and the links L3 and L4 indicated by bold lines. Assuming that the reaching point of the tracing operation at the time of the prediction display is P, arrows A1, A2, from the reaching point P to the next candidate links,
A3 is displayed. A trajectory T1 in the figure is a trajectory of the tracing operation after predicting and displaying the next candidate link.

次いで、次候補リンクを予測表示した後のなぞり操作の座標を取得し(ステップS24
)、取得したなぞり操作の座標がリンクL1、L2、L3、L4のどの範囲にあるか判断
する(ステップS25、S27、S29、S31)。図5(b)の例で説明すると、到達
点PとリンクL2の先ノードN3、リンクL4の先ノードN4を結んだ境界線をD1、D
2とし、境界線D1、D2とリンクL1とのなす角を2等分する境界線をD3、D4とし
たとき、取得したなぞり操作の座標が境界線D1−D3の間はリンクL2の範囲で矢印A
1はこの範囲にあり、境界線D3−D4の間はリンクL3の範囲で矢印A2はこの範囲に
あり、境界線D4−D2の間はリンクL4の範囲で矢印A3はこの範囲にあり、それ以外
の範囲はリンクL1の範囲である。ステップS25において、取得した範囲がリンクL1
の範囲であるとすると、なぞり操作が到達点PからノードN1の方へ戻ることを意味して
おり、これは十分マッチングしたと判断したリンクL1がユーザの意図とは違う場合であ
り、そのため、リンクL1の選ばれるポイントと次候補リンクを破棄する(ステップS2
6)。なお、ステップS26の処理は、なぞり操作が少しでもノードN1の方へ戻ったら
行うのではなく、戻ったことが明確になった段階で行うようにする。ステップS27、ス
テップS29、ステップS31において、それぞれ取得した範囲がリンクL2、リンクL
3、リンクL4の範囲であれば、それぞれリンクL2、リンクL3、リンクL4が選ばれ
るポイントを上げる(ステップS28、S30、S32)。なお、図5(b)の例におい
て、リンクL4がない場合には、境界線D4を描くことができず、なぞり操作が図のリン
クL1の下方側に向いた場合の次候補リンクの予測が困難となる。そこで、リンクL4が
ない場合には、リンクL1に対して境界線D3と対称な仮想境界線を設定して境界線D4
としてもよい。また、上記の例では、なぞりの到達点と次候補リンクの先ノードとを結ん
で境界線としたが、各次候補リンクの先ノードから、各次候補リンクに対して所定の角度
の線を描いて境界線としてもよい。例えば、先ノードN3からリンクL2に対して45度
の線、先ノードN3からリンクL4に対して45度の線を引いて境界線D1、D2とし、
この境界線D1、D2とリンクL1とのなす角を2等分する境界線をD3、D4としても
よい。
Next, the coordinates of the tracing operation after predicting and displaying the next candidate link are acquired (step S24).
), It is determined which range of the links L1, L2, L3, and L4 the coordinates of the acquired tracing operation are in (steps S25, S27, S29, and S31). In the example of FIG. 5B, the boundary lines connecting the arrival point P, the destination node N3 of the link L2, and the destination node N4 of the link L4 are D1, D
2 and the boundary lines that bisect the angle between the boundary lines D1 and D2 and the link L1 are D3 and D4, the coordinates of the obtained tracing operation are within the range of the link L2 between the boundary lines D1 and D3. Arrow A
1 is in this range, the boundary line D3-D4 is in the range of the link L3, the arrow A2 is in this range, the boundary line D4-D2 is in the range of the link L4, and the arrow A3 is in this range, The range other than is the range of the link L1. In step S25, the acquired range is the link L1.
, It means that the tracing operation returns from the reaching point P toward the node N1, and this is a case where the link L1 determined to be sufficiently matched is different from the user's intention. The point selected for the link L1 and the next candidate link are discarded (step S2).
6). Note that the process of step S26 is not performed when the tracing operation returns to the node N1 even a little, but is performed when it is clear that the operation has returned. In step S27, step S29, and step S31, the acquired ranges are the link L2 and the link L, respectively.
3. If the link is in the range of the link L4, the points at which the link L2, the link L3, and the link L4 are selected are raised (steps S28, S30, and S32). In the example of FIG. 5B, when there is no link L4, the boundary line D4 cannot be drawn, and the next candidate link is predicted when the tracing operation is directed to the lower side of the link L1 in the figure. It becomes difficult. Therefore, when there is no link L4, a virtual boundary line symmetrical to the boundary line D3 is set for the link L1, and the boundary line D4 is set.
It is good. In the above example, the trace reaching point and the next node of the next candidate link are connected to form a boundary line. However, a line of a predetermined angle is formed from the previous node of each next candidate link to each next candidate link. It may be drawn as a boundary line. For example, by drawing a 45 degree line from the previous node N3 to the link L2, and a 45 degree line from the previous node N3 to the link L4, the boundary lines D1 and D2 are obtained.
The boundary lines that bisect the angle between the boundary lines D1 and D2 and the link L1 may be D3 and D4.

リンクが選ばれるポイントを設定する処理は、例えば、図6(a)、図6(b)に示す
ように、なぞり操作の先端とリンクLa、Lb、Lcとの最短距離が短いほど選ばれるポ
イントを多くし、図6(a)ではリンクLaが60ポイント、リンクLbが25ポイント
、リンクLcが15ポイント(ポイントの合計が100)であり、さらになぞり操作が進
んだ図6(b)では、リンクLaが90ポイント、リンクLbが6ポイント、リンクLc
が4ポイントのようになり、リンクLaの選ばれる確率が大きくなる。また、図6(c)
の例では、なぞりの向きと各リンクの先端ノードとの距離を考慮して選ばれるポイントを
設定している。この例では、なぞり操作がリンクLaの先端ノードの方向を向き、それに
近づいているので50ポイント、リンクLb、Lcはなぞり操作がそれぞれその先端ノー
ドから離れる方向に向かっているので、−20ポイント、−30ポイント(ポイントの合
計は0)のように設定する。
For example, as shown in FIGS. 6 (a) and 6 (b), the process for setting the point at which the link is selected is selected as the shortest distance between the tip of the tracing operation and the links La, Lb, and Lc is shorter. In FIG. 6A, the link La is 60 points, the link Lb is 25 points, the link Lc is 15 points (the total of the points is 100), and in FIG. Link La 90 points, link Lb 6 points, link Lc
Becomes 4 points, and the probability that the link La is selected increases. In addition, FIG.
In the example, a point to be selected is set in consideration of the direction of tracing and the distance between the tip node of each link. In this example, the tracing operation is directed toward and approaching the tip node of the link La, 50 points, and the links Lb and Lc are directed to the direction away from the leading node, respectively, -20 points. Set it to -30 points (the total number of points is 0).

このようにしてポイントを設定し、次候補リンクの元ノード付近に到達したか否か判断
し(ステップS33)、到達していない場合は、ステップS23に戻って次候補リンクに
向かう矢印を表示するが、なぞり操作が進行しているので、その進行に応じて矢印表示は
更新される。ここでは、ステップS23に戻るようにしたが、ステップS24に戻るよう
にしてもよく、その場合は矢印表示は更新されず、進行したなぞり操作に伴う座標を取得
する。そして、なぞり操作が次候補リンクの元ノード付近に到達した場合は、十分特定さ
れたリンクを経路リンクに決定し(ステップS34)、次候補リンクのそれぞれの選ばれ
るポイントを保持したまま次リンクのマッチングへ移行する(ステップS35)。
In this way, the points are set, and it is determined whether or not the vicinity of the original node of the next candidate link has been reached (step S33). If not, the process returns to step S23 to display an arrow toward the next candidate link. However, since the tracing operation is in progress, the arrow display is updated according to the progress. Here, the process returns to step S23, but the process may return to step S24. In this case, the arrow display is not updated, and the coordinates associated with the advanced tracing operation are acquired. When the tracing operation reaches the vicinity of the original node of the next candidate link, the sufficiently specified link is determined as the route link (step S34), and the next link is selected while retaining the selected points of the next candidate link. The process proceeds to matching (step S35).

なお、ステップS22、S23において次候補リンクへの色付加と矢印表示をするよう
にしたが、色付加か矢印表示のどちらか一方のみでもよく、また、次候補リンクへの矢印
表示は、ユーザのなぞり操作が次候補リンクへ向かった場合は、行わなくてもよい。例え
ば、次候補リンクの中で最も選ばれる確率の高いものに吹き出し「次はこの道」などを付
けて予測してもよい。予測がユーザの意図と反する場合は、ユーザの操作に変化が生じる
ため、この動きを検知して次候補リンクのマッチング処理に使うようにする。また、矢印
自体を仮想リンクと見立てて、なぞり操作がどの仮想リンクに近いかでリンクの予測を行
うようにしてもよい。
また、十分リンクとマッチングしたとき、次のノードまで画面をスクロールすることで、
リンクが複雑に交錯する位置でのなぞり操作を避けて誤マッチングを減少させるようにし
てもよい。
また、ステップS26において、十分マッチングしたリンクがユーザの意図とは違う場合
、当該リンクの選ばれるポイントと次候補リンクを破棄するようにしたが、さらに、なぞ
り操作が次候補リンクに向かわないように勧告したり、或いは、指を画面から離して前ノ
ードまで戻るように勧告し、再度該当区間のなぞり操作を実行してもらい、誤ってマッチ
ングしたリンクが再度選択されないようにしてもよい。
In steps S22 and S23, color addition and arrow display are performed for the next candidate link. However, either color addition or arrow display may be used, and the arrow display for the next candidate link may be displayed by the user. If the tracing operation is directed to the next candidate link, it may not be performed. For example, the next candidate link having the highest probability of being selected may be predicted by adding a balloon “Next is this road” or the like. When the prediction is contrary to the user's intention, a change occurs in the user's operation. Therefore, this movement is detected and used for the matching process of the next candidate link. Alternatively, the arrow itself may be regarded as a virtual link, and the link may be predicted depending on which virtual link the tracing operation is close to.
Also, when there is enough matching with the link, by scrolling the screen to the next node,
It is also possible to reduce the false matching by avoiding the tracing operation at the position where the links intersect in a complicated manner.
In step S26, if the sufficiently matched link is different from the user's intention, the point selected for the link and the next candidate link are discarded, but the tracing operation is not directed to the next candidate link. It is also possible to make a recommendation or recommend that the finger is released from the screen and return to the previous node, and the tracing operation of the corresponding section is executed again so that the erroneously matched link is not selected again.

図7はなぞり操作中の画面を2画面表示にした例を説明する図である。
図の左画面はユーザがなぞるための詳細な縮尺の地図画面、右画面はなぞり区間全体(例
えば、出発地から目的地までの区間など)を表示できる広域な縮尺の地図画面であり、例
えば、なぞられたリンクが決定する毎に右画面にもその結果を反映する。図7の例では、
既に設定されているルートの一部区間をなぞり操作により再設定する場合の例を示してお
り、太線で示すL10がなぞり操作により再設定する区間以外のルート、破線で示すL1
1がなぞり区間の元ルート、極太線Tがなぞりルートである。2画面の左画面になぞり区
間の元ルートL11を表示しておき、図7(a)ではなぞり操作初期の段階でなぞりルー
トTはまだ短区間の状態であり、図7(b)では、なぞり操作が進み、なぞり座標が元ル
ートL11にのった場合を示している。なぞり座標が元ルートにのった場合、元ルートス
イッチSWを表示させ(図7(b))、スイッチSWが押下された場合、残りの元ルート
L11′は経路に決定する。また、元ルートスイッチSWを表示中に、右画面の元ルート
の残り部分がタッチされたらそこまでを経路に決定するようにしてもよい。このように、
なぞり操作を詳細な縮尺の地図画面で行うようにしたので、目的とするリンクに沿っての
なぞり操作がスムーズに行い易くなり、同時に広域な縮尺の地図画面でなぞりの軌跡を確
認することができるのでなぞり操作の正確性を期することができる。
FIG. 7 is a diagram for explaining an example in which the screen during the tracing operation is displayed in two screens.
The left screen of the figure is a detailed scale map screen for the user to trace, and the right screen is a wide scale map screen that can display the entire trace section (for example, the section from the departure place to the destination), for example, Each time the traced link is determined, the result is reflected on the right screen. In the example of FIG.
An example in the case where a part of a route that has already been set is reset by a tracing operation is shown, and a route other than the zone L10 indicated by a bold line is reset by a tracing operation, L1 indicated by a broken line
1 is the original route of the tracing section, and the very thick line T is the tracing route. The original route L11 of the tracing section is displayed on the left screen of the two screens. In FIG. 7A, the tracing route T is still in the short section at the initial stage of the tracing operation, and in FIG. This shows a case where the operation has progressed and the trace coordinates have moved along the original route L11. When the trace coordinate is on the original route, the original route switch SW is displayed (FIG. 7B). When the switch SW is pressed, the remaining original route L11 ′ is determined as a route. Further, when the remaining part of the original route on the right screen is touched while the original route switch SW is displayed, the route up to that point may be determined. in this way,
Since the tracing operation is performed on the detailed scale map screen, it is easy to smoothly perform the tracing operation along the target link, and at the same time, the tracing locus can be confirmed on the wide scale map screen. Therefore, the accuracy of the tracing operation can be expected.

本実施形態に係るナビゲーション装置の例を示すブロック図である。It is a block diagram which shows the example of the navigation apparatus which concerns on this embodiment. 本実施形態の全体の流れを説明する図である。It is a figure explaining the whole flow of this embodiment. なぞられた座標とリンクとのマッチング処理フローを示す図である。It is a figure which shows the matching process flow of the traced coordinate and link. なぞられた座標とリンクとのマッチング処理フローを示す図である。It is a figure which shows the matching process flow of the traced coordinate and link. なぞり操作と候補リンクを説明する図である。It is a figure explaining a tracing operation and a candidate link. リンクが選ばれるポイントの設定を説明する図である。It is a figure explaining the setting of the point from which a link is selected. なぞり操作中の画面を2画面表示にした例を説明する図である。It is a figure explaining the example which made the screen in trace operation into 2 screen displays.

符号の説明Explanation of symbols

1…現在位置検出装置、2…制御装置、3…情報記憶装置、4…中央処理装置、4a…な
ぞりモード選択手段、4b…マッチング処理手段、4c…制御手段、5…情報送受信装置
、6…出力装置。
DESCRIPTION OF SYMBOLS 1 ... Current position detection apparatus, 2 ... Control apparatus, 3 ... Information storage apparatus, 4 ... Central processing unit, 4a ... Tracing mode selection means, 4b ... Matching processing means, 4c ... Control means, 5 ... Information transmission / reception apparatus, 6 ... Output device.

Claims (8)

経路を表示する地図表示装置において、
ノード間を接続するリンクを含む道路地図データを記憶した情報記憶手段と、
前記情報記憶手段に記憶された道路地図データを読み出して道路地図を表示する表示手段
と、
経路指定において画面上のなぞりを用いることを指定するなぞりモード選択手段と、
なぞりモードにおいてなぞられた座標を取得し、なぞられた座標とリンクとのマッチング
をとるマッチング処理手段と、
マッチング処理を制御し、マッチングがとれたと判断したときユーザの意図する次候補リ
ンクを予測して案内する制御手段と、
を備えたことを特徴とする地図表示装置。
In a map display device that displays a route,
Information storage means for storing road map data including links connecting nodes;
Display means for reading the road map data stored in the information storage means and displaying the road map;
Tracing mode selection means for designating the use of on-screen tracing in routing
Matching processing means for acquiring the traced coordinates in the tracing mode and matching the traced coordinates with the link;
Control means for controlling the matching process and predicting and guiding the next candidate link intended by the user when it is determined that the matching is achieved;
A map display device characterized by comprising:
前記制御手段は、次候補リンクを案内した直後からのなぞられた座標を次候補リンクのマ
ッチング処理に用いることを特徴とする請求項1記載の地図表示装置。
The map display device according to claim 1, wherein the control means uses the traced coordinates immediately after guiding the next candidate link for the matching process of the next candidate link.
前記制御手段は、次候補リンクへ向かう矢印を表示して次候補リンクを案内することを特
徴とする請求項1または2記載の地図表示装置。
The map display device according to claim 1, wherein the control means guides the next candidate link by displaying an arrow directed to the next candidate link.
前記制御手段は、表示手段を2画面表示とし、一方の画面をなぞり操作用の詳細な地図表
示画面、他方の画面をなぞり区間全体を表示する広域の地図画面とすることを特徴とする
請求項1記載の地図表示装置。
The control means is characterized in that the display means is a two-screen display, one screen is a detailed map display screen for tracing operation, and the other screen is a wide-area map screen for displaying the entire section. 1. The map display device according to 1.
前記制御手段は、なぞられたリンクが決定する毎に、その結果を広域の地図画面に反映さ
せることを特徴とする請求項4記載の地図表示装置。
5. The map display device according to claim 4, wherein each time the traced link is determined, the control means reflects the result on a wide-area map screen.
前記制御手段は、マッチングがとれたと判断したリンクが、以後のなぞり操作によりユー
ザの意図とは異なると判断したとき、なぞり操作が次候補リンクへ向かわないように案内
することを特徴とする請求項1記載の地図表示装置。
The control means, when it is determined that the link determined to have been matched is different from the user's intention by a subsequent tracing operation, guides the tracing operation not to go to the next candidate link. 1. The map display device according to 1.
前記制御手段は、マッチングがとれたと判断したとき、次のノードまで画面をスクロール
することを特徴とする請求項1記載の地図表示装置。
2. The map display device according to claim 1, wherein the control means scrolls the screen to the next node when it is determined that matching is achieved.
経路を表示する地図表示装置を制御するプログラムにおいて、
情報記憶手段に記憶された道路地図データを読み出して道路地図を表示するステップ、
表示された道路地図上におけるなぞり操作を検知し、なぞられた座標を取得するステップ

取得したなぞられた座標とリンクとのマッチングをとるステップ、
マッチングがとれたと判断したときユーザの意図する次候補リンクを予測して案内するス
テップ、
をコンピュータに実行させることを特徴とするプログラム。
In a program for controlling a map display device that displays a route,
Reading road map data stored in the information storage means and displaying the road map;
Detecting a tracing operation on the displayed road map and obtaining the traced coordinates;
A step of matching the acquired traced coordinates with the link;
A step of predicting and guiding the next candidate link intended by the user when it is determined that the matching is achieved;
A program that causes a computer to execute.
JP2007333554A 2007-12-26 2007-12-26 Map display device and program Expired - Fee Related JP5004019B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007333554A JP5004019B2 (en) 2007-12-26 2007-12-26 Map display device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007333554A JP5004019B2 (en) 2007-12-26 2007-12-26 Map display device and program

Publications (2)

Publication Number Publication Date
JP2009156656A true JP2009156656A (en) 2009-07-16
JP5004019B2 JP5004019B2 (en) 2012-08-22

Family

ID=40960844

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007333554A Expired - Fee Related JP5004019B2 (en) 2007-12-26 2007-12-26 Map display device and program

Country Status (1)

Country Link
JP (1) JP5004019B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10036649B2 (en) 2016-09-16 2018-07-31 International Business Machines Corporation Providing road guidance based on road attributes and directions

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH085721A (en) * 1994-06-15 1996-01-12 Nec Home Electron Ltd Navigation system
JP2001074481A (en) * 1999-09-01 2001-03-23 Fujitsu Ten Ltd Navigation system
JP2006108921A (en) * 2004-10-01 2006-04-20 Toshiba Corp Vehicle-mounted terminal device
JP2006308310A (en) * 2005-04-26 2006-11-09 Xanavi Informatics Corp Navigation system
JP2007017329A (en) * 2005-07-08 2007-01-25 Xanavi Informatics Corp Route input device and route input method
JP2007132677A (en) * 2005-11-08 2007-05-31 Xanavi Informatics Corp Navigation device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH085721A (en) * 1994-06-15 1996-01-12 Nec Home Electron Ltd Navigation system
JP2001074481A (en) * 1999-09-01 2001-03-23 Fujitsu Ten Ltd Navigation system
JP2006108921A (en) * 2004-10-01 2006-04-20 Toshiba Corp Vehicle-mounted terminal device
JP2006308310A (en) * 2005-04-26 2006-11-09 Xanavi Informatics Corp Navigation system
JP2007017329A (en) * 2005-07-08 2007-01-25 Xanavi Informatics Corp Route input device and route input method
JP2007132677A (en) * 2005-11-08 2007-05-31 Xanavi Informatics Corp Navigation device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10036649B2 (en) 2016-09-16 2018-07-31 International Business Machines Corporation Providing road guidance based on road attributes and directions
US10041806B2 (en) 2016-09-16 2018-08-07 International Business Machines Corporation Providing road guidance based on road attributes and directions
US10240942B2 (en) 2016-09-16 2019-03-26 International Business Machines Corporation Providing road guidance based on road attributes and directions

Also Published As

Publication number Publication date
JP5004019B2 (en) 2012-08-22

Similar Documents

Publication Publication Date Title
JP4807452B2 (en) Navigation device
KR101552718B1 (en) Device for guiding path and Method for input of execute command thereof
JP2007240400A (en) Navigation device and plural route uniting method
JP2012068133A (en) Map image display device, map image display method and computer program
CN109631920B (en) Map application with improved navigation tool
JP2007003328A (en) Car navigation system
JP2013101535A (en) Information retrieval device and information retrieval method
JP4976350B2 (en) Car navigation system
JP2011102732A (en) Navigation system
JP4760792B2 (en) Vehicle navigation device
WO2013051052A1 (en) Information display device, information display method and information display program
JP2006317173A (en) Navigation system
JP5796378B2 (en) Movement guidance system, movement guidance apparatus, movement guidance method, and computer program
JP6400179B2 (en) Map display control apparatus and map automatic scroll method
JP5521860B2 (en) Cursor selection type input device, cursor selection method, and computer program
JP2008209151A (en) Route guidance device
JP2009205326A (en) Character input reception device and program for character input reception device
JP5004019B2 (en) Map display device and program
JP2008185452A (en) Navigation device
JP2009140287A (en) Retrieval result display device
JP2005201726A (en) Navigation device
JP4883416B2 (en) Map display device and program
JP5326678B2 (en) Navigation device
JP2010286870A (en) Spot search device, spot search method and program
JP4917410B2 (en) Map display device and scale changing method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100628

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111109

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111111

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111226

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120427

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120510

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150601

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees